Html Css Color HEX #E05D18 Chocolate

📋 copy color: '#E05D18'

red 224 ◦ green 93 ◦ blue 24

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

Shades of Chocolate #E05D18

Tints of Chocolate #E05D18

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.27%

 BLUE value IS 24 (9.77% from 255) = 7.04%

R = 65.69%
G = 27.27%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E05D18 (or 0xE05D18) is known color: Chocolate. HEX triplet: E0, 5D and 18. RGB value is (224,93,24). Sum of RGB (Red+Green+Blue) = 224+93+24=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05D18 is #1FA2E7. Grayscale: #7C7C7C. Windows color (decimal): -2073320 or 1596896. OLE color: 1596896.

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

Color convert

RGB 224 93 24 -
CMYK 0 0.58 0.89 0.12
HSL 20.7º 0.81% 0.49% -
HSV(B) 20.7º 0.89% 0.88% -
XYZ 34.82 23.74 3.61 -
YUV 124.3 71.4 199.11 -
System Red Green Blue C M Y K H S L
Decimal 224 93 24 0 0.58 0.89 0.12 20.7 0.81 0.49
Hex E0 5D 18 0 3A 59 C 15 51 31
Octal 340 135 30 0 72 131 14 25 121 61
Binary 11100000 1011101 11000 0 111010 1011001 1100 10101 1010001 110001

Color Harmonies of #E05D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D18

Black with #E05D18

Text Example


Text Example

White with #E05D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D18; }

 p { color: rgb(224,93,24); }

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

background-color css

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

 a { background-color: rgb(224,93,24); }

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

border-color css

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

 span { border-color: rgb(224,93,24); }

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