Html Css Color HEX #E05A1C Chocolate

📋 copy color: '#E05A1C'

red 224 ◦ green 90 ◦ blue 28

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

Shades of Chocolate #E05A1C

Tints of Chocolate #E05A1C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.32%

 BLUE value IS 28 (11.33% from 255) = 8.19%

R = 65.5%
G = 26.32%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E05A1C (or 0xE05A1C) is known color: Chocolate. HEX triplet: E0, 5A and 1C. RGB value is (224,90,28). Sum of RGB (Red+Green+Blue) = 224+90+28=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05A1C is #1FA5E3. Grayscale: #7B7B7B. Windows color (decimal): -2074084 or 1858272. OLE color: 1858272.

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

Color convert

RGB 224 90 28 -
CMYK 0 0.60 0.88 0.12
HSL 18.98º 0.78% 0.49% -
HSV(B) 18.98º 0.88% 0.88% -
XYZ 34.61 23.24 3.76 -
YUV 123 74.39 200.04 -
System Red Green Blue C M Y K H S L
Decimal 224 90 28 0 0.60 0.88 0.12 18.98 0.78 0.49
Hex E0 5A 1C 0 3C 58 C 13 4E 31
Octal 340 132 34 0 74 130 14 23 116 61
Binary 11100000 1011010 11100 0 111100 1011000 1100 10011 1001110 110001

Color Harmonies of #E05A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A1C

Black with #E05A1C

Text Example


Text Example

White with #E05A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A1C; }

 p { color: rgb(224,90,28); }

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

background-color css

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

 a { background-color: rgb(224,90,28); }

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

border-color css

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

 span { border-color: rgb(224,90,28); }

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