#E19D4B

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

Shades of Fire Bush #E19D4B

Tints of Fire Bush #E19D4B

Color information

#E19D4B (or 0xE19D4B) is unknown color: approx Fire Bush. HEX triplet: E1, 9D and 4B. RGB value is (225,157,75). Sum of RGB (Red+Green+Blue) = 225+157+75=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 75 (29.69% from 255 or 16.41% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19D4B is #1E62B4. Grayscale: #A8A8A8. Windows color (decimal): -1991349 or 4955617. OLE color: 4955617.

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

Color convert

RGB22515775-
CMYK00.300.670.12
HSL32.8º71.43%58.82%-
HSV(B)32.8º66.67%88.24%-
XYZ44.3840.6312.16-
YUV167.9875.53168.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.23%
GREEN value IS 157 (61.72% from 255) = 34.35%
BLUE value IS 75 (29.69% from 255) = 16.41%
R=49.23%
G=34.35%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251577500.300.670.1232.871.4358.82
HexE19D4B01E43C21473b
Octal341235113036103144110773
Binary11100001100111011001011011110100001111001000011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19D4B; }

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

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

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

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

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

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

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

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