#E08A2D

Color #E08A2D Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #E08A2D

Tints of Buttercup #E08A2D

Color information

#E08A2D (or 0xE08A2D) is unknown color: approx Buttercup. HEX triplet: E0, 8A and 2D. RGB value is (224,138,45). Sum of RGB (Red+Green+Blue) = 224+138+45=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08A2D is #1F75D2. Grayscale: #999999. Windows color (decimal): -2061779 or 2984672. OLE color: 2984672.

HSL color Cylindrical-coordinate representation of color #E08A2D: hue angle of 31.17º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E08A2D is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB22413845-
CMYK00.380.800.12
HSL31.17º74.27%52.75%-
HSV(B)31.17º79.91%87.84%-
XYZ40.334.216.96-
YUV153.1166.99178.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 55.04%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 45 (17.97% from 255) = 11.06%
R=55.04%
G=33.91%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241384500.380.800.1231.1774.2752.75
HexE08A2D02650C1f4a35
Octal34021255046120143711265
Binary1110000010001010101101010011010100001100111111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08A2D; }

 p { color: rgb(224,138,45); }

 H1.HeaderClassName
 {
   color: #E08A2D;
 }
 .AnyTagClassName
 {
   color: #E08A2D;
 }
</style>
background-color css

<style>
 a { background-color: #E08A2D; }

 a { background-color: rgb(224,138,45); }

 div.DivClassName
 {
   background-color: #E08A2D;
 }
 .BgClassName
 {
   background-color: #E08A2D;
 }
</style>
border-color css

<style>
 span { border-color: #E08A2D; }

 span { border-color: rgb(224,138,45); }

 td.TdClassName
 {
   border-color: #E08A2D;
 }
 .TagClassName
 {
   border-color: #E08A2D;
 }
</style>