#E19C4B

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

Shades of Fire Bush #E19C4B

Tints of Fire Bush #E19C4B

Color information

#E19C4B (or 0xE19C4B) is unknown color: approx Fire Bush. HEX triplet: E1, 9C and 4B. RGB value is (225,156,75). Sum of RGB (Red+Green+Blue) = 225+156+75=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19C4B is #1E63B4. Grayscale: #A7A7A7. Windows color (decimal): -1991605 or 4955361. OLE color: 4955361.

HSL color Cylindrical-coordinate representation of color #E19C4B: hue angle of 32.4º 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 #E19C4B is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB22515675-
CMYK00.310.670.12
HSL32.4º71.43%58.82%-
HSV(B)32.4º66.67%88.24%-
XYZ44.2140.2912.1-
YUV167.475.86169.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.34%
GREEN value IS 156 (61.33% from 255) = 34.21%
BLUE value IS 75 (29.69% from 255) = 16.45%
R=49.34%
G=34.21%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251567500.310.670.1232.471.4358.82
HexE19C4B01F43C20473b
Octal341234113037103144010773
Binary11100001100111001001011011111100001111001000001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19C4B; }

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

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

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

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

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

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

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

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