#e08f20

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

Shades of Buttercup #E08F20

Tints of Buttercup #E08F20

Color information

#E08F20 (or 0xE08F20) is unknown color: approx Buttercup. HEX triplet: E0, 8F and 20. RGB value is (224,143,32). Sum of RGB (Red+Green+Blue) = 224+143+32=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08F20 is #1F70DF. Grayscale: #9B9B9B. Windows color (decimal): -2060512 or 2133984. OLE color: 2133984.

HSL color Cylindrical-coordinate representation of color #E08F20: hue angle of 34.69º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E08F20 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB22414332-
CMYK00.360.860.12
HSL34.69º75.59%50.2%-
HSV(B)34.69º85.71%87.84%-
XYZ40.8235.66.09-
YUV154.5658.84177.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 56.14%
GREEN value IS 143 (56.25% from 255) = 35.84%
BLUE value IS 32 (12.89% from 255) = 8.02%
R=56.14%
G=35.84%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241433200.360.860.1234.6975.5950.2
HexE08F2002456C234c32
Octal34021740044126144311462
Binary11100000100011111000000100100101011011001000111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e08f20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e08f20; }

 p { color: rgb(224,143,32); }

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

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

 a { background-color: rgb(224,143,32); }

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

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

 span { border-color: rgb(224,143,32); }

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