Html Css Color HEX #E06011 Chocolate

📋 copy color: '#E06011'

red 224 ◦ green 96 ◦ blue 17

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

Shades of Chocolate #E06011

Tints of Chocolate #E06011

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.49%

 BLUE value IS 17 (7.03% from 255) = 5.04%

R = 66.47%
G = 28.49%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E06011 (or 0xE06011) is known color: Chocolate. HEX triplet: E0, 60 and 11. RGB value is (224,96,17). Sum of RGB (Red+Green+Blue) = 224+96+17=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E06011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06011 is #1F9FEE. Grayscale: #7D7D7D. Windows color (decimal): -2072559 or 1138912. OLE color: 1138912.

HSL color Cylindrical-coordinate representation of color #E06011: hue angle of 22.9º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E06011 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 96 17 -
CMYK 0 0.57 0.92 0.12
HSL 22.9º 0.86% 0.47% -
HSV(B) 22.9º 0.92% 0.88% -
XYZ 35.02 24.25 3.37 -
YUV 125.27 66.91 198.42 -
System Red Green Blue C M Y K H S L
Decimal 224 96 17 0 0.57 0.92 0.12 22.9 0.86 0.47
Hex E0 60 11 0 39 5C C 17 56 2F
Octal 340 140 21 0 71 134 14 27 126 57
Binary 11100000 1100000 10001 0 111001 1011100 1100 10111 1010110 101111

Color Harmonies of #E06011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06011

Black with #E06011

Text Example


Text Example

White with #E06011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06011; }

 p { color: rgb(224,96,17); }

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

background-color css

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

 a { background-color: rgb(224,96,17); }

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

border-color css

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

 span { border-color: rgb(224,96,17); }

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