#E08F1F

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

Shades of Buttercup #E08F1F

Tints of Buttercup #E08F1F

Color information

#E08F1F (or 0xE08F1F) is unknown color: approx Buttercup. HEX triplet: E0, 8F and 1F. RGB value is (224,143,31). Sum of RGB (Red+Green+Blue) = 224+143+31=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08F1F is #1F70E0. Grayscale: #9A9A9A. Windows color (decimal): -2060513 or 2068448. OLE color: 2068448.

HSL color Cylindrical-coordinate representation of color #E08F1F: hue angle of 34.82º 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 #E08F1F is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB22414331-
CMYK00.360.860.12
HSL34.82º75.69%50%-
HSV(B)34.82º86.16%87.84%-
XYZ40.8135.596.02-
YUV154.4558.34177.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 56.28%
GREEN value IS 143 (56.25% from 255) = 35.93%
BLUE value IS 31 (12.5% from 255) = 7.79%
R=56.28%
G=35.93%
B=7.79%

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
Decimal2241433100.360.860.1234.8275.6950
HexE08F1F02456C234c32
Octal34021737044126144311462
Binary1110000010001111111110100100101011011001000111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08F1F; }

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

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

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

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

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

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

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

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