#e19d4d

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

Shades of Fire Bush #E19D4D

Tints of Fire Bush #E19D4D

Color information

#E19D4D (or 0xE19D4D) is unknown color: approx Fire Bush. HEX triplet: E1, 9D and 4D. RGB value is (225,157,77). Sum of RGB (Red+Green+Blue) = 225+157+77=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19D4D is #1E62B2. Grayscale: #A8A8A8. Windows color (decimal): -1991347 or 5086689. OLE color: 5086689.

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

Color convert

RGB22515777-
CMYK00.300.660.12
HSL32.43º71.15%59.22%-
HSV(B)32.43º65.78%88.24%-
XYZ44.4540.6612.53-
YUV168.2176.53168.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.02%
GREEN value IS 157 (61.72% from 255) = 34.20%
BLUE value IS 77 (30.47% from 255) = 16.78%
R=49.02%
G=34.20%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251577700.300.660.1232.4371.1559.22
HexE19D4D01E42C20473b
Octal341235115036102144010773
Binary11100001100111011001101011110100001011001000001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e19d4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e19d4d; }

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

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

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

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

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

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

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

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