Html Css Color HEX #E05522 Chilean Fire

📋 copy color: '#E05522'

red 224 ◦ green 85 ◦ blue 34

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

Shades of Chilean Fire #E05522

Tints of Chilean Fire #E05522

RGB

 RED value IS 224 (87.89% from 255) = 65.31%

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

 BLUE value IS 34 (13.67% from 255) = 9.91%

R = 65.31%
G = 24.78%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E05522 (or 0xE05522) is known color: Chilean Fire. HEX triplet: E0, 55 and 22. RGB value is (224,85,34). Sum of RGB (Red+Green+Blue) = 224+85+34=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E05522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05522 is #1FAADD. Grayscale: #797979. Windows color (decimal): -2075358 or 2250208. OLE color: 2250208.

HSL color Cylindrical-coordinate representation of color #E05522: hue angle of 16.11º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E05522 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 85 34 -
CMYK 0 0.62 0.85 0.12
HSL 16.11º 0.75% 0.51% -
HSV(B) 16.11º 0.85% 0.88% -
XYZ 34.28 22.46 4.04 -
YUV 120.75 79.05 201.65 -
System Red Green Blue C M Y K H S L
Decimal 224 85 34 0 0.62 0.85 0.12 16.11 0.75 0.51
Hex E0 55 22 0 3E 55 C 10 4B 33
Octal 340 125 42 0 76 125 14 20 113 63
Binary 11100000 1010101 100010 0 111110 1010101 1100 10000 1001011 110011

Color Harmonies of #E05522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05522

Black with #E05522

Text Example


Text Example

White with #E05522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05522; }

 p { color: rgb(224,85,34); }

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

background-color css

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

 a { background-color: rgb(224,85,34); }

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

border-color css

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

 span { border-color: rgb(224,85,34); }

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