#E08F1E

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

Shades of Buttercup #E08F1E

Tints of Buttercup #E08F1E

Color information

#E08F1E (or 0xE08F1E) is unknown color: approx Buttercup. HEX triplet: E0, 8F and 1E. RGB value is (224,143,30). Sum of RGB (Red+Green+Blue) = 224+143+30=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08F1E is #1F70E1. Grayscale: #9A9A9A. Windows color (decimal): -2060514 or 2002912. OLE color: 2002912.

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

Color convert

RGB22414330-
CMYK00.360.870.12
HSL34.95º76.38%49.8%-
HSV(B)34.95º86.61%87.84%-
XYZ40.835.595.95-
YUV154.3457.84177.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 56.42%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 30 (12.11% from 255) = 7.56%
R=56.42%
G=36.02%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241433000.360.870.1234.9576.3849.8
HexE08F1E02457C234c32
Octal34021736044127144311462
Binary1110000010001111111100100100101011111001000111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08F1E; }

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

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

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

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

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

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

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

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