#E09842

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

Shades of Fire Bush #E09842

Tints of Fire Bush #E09842

Color information

#E09842 (or 0xE09842) is unknown color: approx Fire Bush. HEX triplet: E0, 98 and 42. RGB value is (224,152,66). Sum of RGB (Red+Green+Blue) = 224+152+66=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 66 (26.17% from 255 or 14.93% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E09842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09842 is #1F67BD. Grayscale: #A4A4A4. Windows color (decimal): -2058174 or 4364512. OLE color: 4364512.

HSL color Cylindrical-coordinate representation of color #E09842: hue angle of 32.66º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E09842 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB22415266-
CMYK00.320.710.12
HSL32.66º71.82%56.86%-
HSV(B)32.66º70.54%87.84%-
XYZ42.9538.710.36-
YUV163.7272.85170.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.68%
GREEN value IS 152 (59.77% from 255) = 34.39%
BLUE value IS 66 (26.17% from 255) = 14.93%
R=50.68%
G=34.39%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241526600.320.710.1232.6671.8256.86
HexE0984202047C214839
Octal340230102040107144111071
Binary111000001001100010000100100000100011111001000011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09842; }

 p { color: rgb(224,152,66); }

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

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

 a { background-color: rgb(224,152,66); }

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

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

 span { border-color: rgb(224,152,66); }

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