Html Css Color HEX #E05A1A Chocolate

📋 copy color: '#E05A1A'

red 224 ◦ green 90 ◦ blue 26

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

Shades of Chocolate #E05A1A

Tints of Chocolate #E05A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.65%

R = 65.88%
G = 26.47%
B = 7.65%

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

#E05A1A (or 0xE05A1A) is known color: Chocolate. HEX triplet: E0, 5A and 1A. RGB value is (224,90,26). Sum of RGB (Red+Green+Blue) = 224+90+26=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05A1A is #1FA5E5. Grayscale: #7B7B7B. Windows color (decimal): -2074086 or 1727200. OLE color: 1727200.

HSL color Cylindrical-coordinate representation of color #E05A1A: hue angle of 19.39º degrees, saturation: 0.79, 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 #E05A1A is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 90 26 -
CMYK 0 0.60 0.88 0.12
HSL 19.39º 0.79% 0.49% -
HSV(B) 19.39º 0.88% 0.88% -
XYZ 34.58 23.23 3.64 -
YUV 122.77 73.39 200.2 -
System Red Green Blue C M Y K H S L
Decimal 224 90 26 0 0.60 0.88 0.12 19.39 0.79 0.49
Hex E0 5A 1A 0 3C 58 C 13 4F 31
Octal 340 132 32 0 74 130 14 23 117 61
Binary 11100000 1011010 11010 0 111100 1011000 1100 10011 1001111 110001

Color Harmonies of #E05A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A1A

Black with #E05A1A

Text Example


Text Example

White with #E05A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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