Html Css Color HEX #E05A1D Chocolate

📋 copy color: '#E05A1D'

red 224 ◦ green 90 ◦ blue 29

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

Shades of Chocolate #E05A1D

Tints of Chocolate #E05A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.45%

R = 65.31%
G = 26.24%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E05A1D (or 0xE05A1D) is known color: Chocolate. HEX triplet: E0, 5A and 1D. RGB value is (224,90,29). Sum of RGB (Red+Green+Blue) = 224+90+29=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05A1D is #1FA5E2. Grayscale: #7B7B7B. Windows color (decimal): -2074083 or 1923808. OLE color: 1923808.

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

Color convert

RGB 224 90 29 -
CMYK 0 0.60 0.87 0.12
HSL 18.77º 0.77% 0.5% -
HSV(B) 18.77º 0.87% 0.88% -
XYZ 34.62 23.25 3.83 -
YUV 123.11 74.89 199.96 -
System Red Green Blue C M Y K H S L
Decimal 224 90 29 0 0.60 0.87 0.12 18.77 0.77 0.5
Hex E0 5A 1D 0 3C 57 C 13 4D 32
Octal 340 132 35 0 74 127 14 23 115 62
Binary 11100000 1011010 11101 0 111100 1010111 1100 10011 1001101 110010

Color Harmonies of #E05A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A1D

Black with #E05A1D

Text Example


Text Example

White with #E05A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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