#E19D3B

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

Shades of Fire Bush #E19D3B

Tints of Fire Bush #E19D3B

Color information

#E19D3B (or 0xE19D3B) is unknown color: approx Fire Bush. HEX triplet: E1, 9D and 3B. RGB value is (225,157,59). Sum of RGB (Red+Green+Blue) = 225+157+59=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 59 (23.44% from 255 or 13.38% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19D3B is #1E62C4. Grayscale: #A6A6A6. Windows color (decimal): -1991365 or 3907041. OLE color: 3907041.

HSL color Cylindrical-coordinate representation of color #E19D3B: hue angle of 35.42º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E19D3B is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB22515759-
CMYK00.300.740.12
HSL35.42º73.45%55.69%-
HSV(B)35.42º73.78%88.24%-
XYZ43.940.449.63-
YUV166.1667.53169.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.02%
GREEN value IS 157 (61.72% from 255) = 35.60%
BLUE value IS 59 (23.44% from 255) = 13.38%
R=51.02%
G=35.60%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251575900.300.740.1235.4273.4555.69
HexE19D3B01E4AC234938
Octal34123573036112144311170
Binary1110000110011101111011011110100101011001000111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19D3B; }

 p { color: rgb(225,157,59); }

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

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

 a { background-color: rgb(225,157,59); }

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

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

 span { border-color: rgb(225,157,59); }

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