#E45A25

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

Shades of Chilean Fire #E45A25

Tints of Chilean Fire #E45A25

Color information

#E45A25 (or 0xE45A25) is unknown color: approx Chilean Fire. HEX triplet: E4, 5A and 25. RGB value is (228,90,37). Sum of RGB (Red+Green+Blue) = 228+90+37=355 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.23% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45A25 is #1BA5DA. Grayscale: #7D7D7D. Windows color (decimal): -1811931 or 2448100. OLE color: 2448100.

HSL color Cylindrical-coordinate representation of color #E45A25: hue angle of 16.65º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E45A25 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB2289037-
CMYK00.610.840.11
HSL16.65º77.96%51.96%-
HSV(B)16.65º83.77%89.41%-
XYZ35.9923.944.47-
YUV125.2278.22201.31-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 64.23%
GREEN value IS 90 (35.55% from 255) = 25.35%
BLUE value IS 37 (14.84% from 255) = 10.42%
R=64.23%
G=25.35%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228903700.610.840.1116.6577.9651.96
HexE45A2503D54B114e34
Octal34413245075124132111664
Binary111001001011010100101011110110101001011100011001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45A25; }

 p { color: rgb(228,90,37); }

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

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

 a { background-color: rgb(228,90,37); }

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

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

 span { border-color: rgb(228,90,37); }

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