Html Css Color HEX #E45520 Chilean Fire

📋 copy color: '#E45520'

red 228 ◦ green 85 ◦ blue 32

#E45520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chilean Fire #E45520

Tints of Chilean Fire #E45520

RGB

 RED value IS 228 (89.45% from 255) = 66.09%

 GREEN value IS 85 (33.59% from 255) = 24.64%

 BLUE value IS 32 (12.89% from 255) = 9.28%

R = 66.09%
G = 24.64%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E45520 (or 0xE45520) is known color: Chilean Fire. HEX triplet: E4, 55 and 20. RGB value is (228,85,32). Sum of RGB (Red+Green+Blue) = 228+85+32=345 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.09% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 228 - color contains mainly: red. Hex color #E45520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45520 is #1BAADF. Grayscale: #7A7A7A. Windows color (decimal): -1813216 or 2119140. OLE color: 2119140.

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

Color convert

RGB 228 85 32 -
CMYK 0 0.63 0.86 0.11
HSL 16.22º 0.78% 0.51% -
HSV(B) 16.22º 0.86% 0.89% -
XYZ 35.5 23.1 3.95 -
YUV 121.72 77.38 203.81 -
System Red Green Blue C M Y K H S L
Decimal 228 85 32 0 0.63 0.86 0.11 16.22 0.78 0.51
Hex E4 55 20 0 3F 56 B 10 4E 33
Octal 344 125 40 0 77 126 13 20 116 63
Binary 11100100 1010101 100000 0 111111 1010110 1011 10000 1001110 110011

Color Harmonies of #E45520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45520

Black with #E45520

Text Example


Text Example

White with #E45520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45520; }

 p { color: rgb(228,85,32); }

 H1.HeaderClassName
 {
   color: #E45520;
 }
 .AnyTagClassName
 {
   color: #E45520;
 }
</style>

background-color css

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

 a { background-color: rgb(228,85,32); }

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

border-color css

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

 span { border-color: rgb(228,85,32); }

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