Html Css Color HEX #E05D17 Chocolate

📋 copy color: '#E05D17'

red 224 ◦ green 93 ◦ blue 23

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

Shades of Chocolate #E05D17

Tints of Chocolate #E05D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.76%

R = 65.88%
G = 27.35%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E05D17 (or 0xE05D17) is known color: Chocolate. HEX triplet: E0, 5D and 17. RGB value is (224,93,23). Sum of RGB (Red+Green+Blue) = 224+93+23=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05D17 is #1FA2E8. Grayscale: #7C7C7C. Windows color (decimal): -2073321 or 1531360. OLE color: 1531360.

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

Color convert

RGB 224 93 23 -
CMYK 0 0.58 0.90 0.12
HSL 20.9º 0.81% 0.48% -
HSV(B) 20.9º 0.9% 0.88% -
XYZ 34.81 23.74 3.56 -
YUV 124.19 70.9 199.19 -
System Red Green Blue C M Y K H S L
Decimal 224 93 23 0 0.58 0.90 0.12 20.9 0.81 0.48
Hex E0 5D 17 0 3A 5A C 15 51 30
Octal 340 135 27 0 72 132 14 25 121 60
Binary 11100000 1011101 10111 0 111010 1011010 1100 10101 1010001 110000

Color Harmonies of #E05D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D17

Black with #E05D17

Text Example


Text Example

White with #E05D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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