Html Css Color HEX #E05932 Chilean Fire

📋 copy color: '#E05932'

red 224 ◦ green 89 ◦ blue 50

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

Shades of Chilean Fire #E05932

Tints of Chilean Fire #E05932

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.52%

 BLUE value IS 50 (19.92% from 255) = 13.77%

R = 61.71%
G = 24.52%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E05932 (or 0xE05932) is known color: Chilean Fire. HEX triplet: E0, 59 and 32. RGB value is (224,89,50). Sum of RGB (Red+Green+Blue) = 224+89+50=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E05932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05932 is #1FA6CD. Grayscale: #7D7D7D. Windows color (decimal): -2074318 or 3299808. OLE color: 3299808.

HSL color Cylindrical-coordinate representation of color #E05932: hue angle of 13.45º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E05932 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 89 50 -
CMYK 0 0.60 0.78 0.12
HSL 13.45º 0.74% 0.54% -
HSV(B) 13.45º 0.78% 0.88% -
XYZ 34.89 23.22 5.66 -
YUV 124.92 85.73 198.67 -
System Red Green Blue C M Y K H S L
Decimal 224 89 50 0 0.60 0.78 0.12 13.45 0.74 0.54
Hex E0 59 32 0 3C 4E C D 4A 36
Octal 340 131 62 0 74 116 14 15 112 66
Binary 11100000 1011001 110010 0 111100 1001110 1100 1101 1001010 110110

Color Harmonies of #E05932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05932

Black with #E05932

Text Example


Text Example

White with #E05932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05932; }

 p { color: rgb(224,89,50); }

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

background-color css

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

 a { background-color: rgb(224,89,50); }

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

border-color css

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

 span { border-color: rgb(224,89,50); }

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