Html Css Color HEX #E05D14 Chocolate

📋 copy color: '#E05D14'

red 224 ◦ green 93 ◦ blue 20

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

Shades of Chocolate #E05D14

Tints of Chocolate #E05D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.93%

R = 66.47%
G = 27.6%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E05D14 (or 0xE05D14) is known color: Chocolate. HEX triplet: E0, 5D and 14. RGB value is (224,93,20). Sum of RGB (Red+Green+Blue) = 224+93+20=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05D14 is #1FA2EB. Grayscale: #7C7C7C. Windows color (decimal): -2073324 or 1334752. OLE color: 1334752.

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

Color convert

RGB 224 93 20 -
CMYK 0 0.58 0.91 0.12
HSL 21.47º 0.84% 0.48% -
HSV(B) 21.47º 0.91% 0.88% -
XYZ 34.78 23.73 3.41 -
YUV 123.85 69.4 199.44 -
System Red Green Blue C M Y K H S L
Decimal 224 93 20 0 0.58 0.91 0.12 21.47 0.84 0.48
Hex E0 5D 14 0 3A 5B C 15 54 30
Octal 340 135 24 0 72 133 14 25 124 60
Binary 11100000 1011101 10100 0 111010 1011011 1100 10101 1010100 110000

Color Harmonies of #E05D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D14

Black with #E05D14

Text Example


Text Example

White with #E05D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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