Html Css Color HEX #E06012 Chocolate

📋 copy color: '#E06012'

red 224 ◦ green 96 ◦ blue 18

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

Shades of Chocolate #E06012

Tints of Chocolate #E06012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.33%

R = 66.27%
G = 28.4%
B = 5.33%

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

#E06012 (or 0xE06012) is known color: Chocolate. HEX triplet: E0, 60 and 12. RGB value is (224,96,18). Sum of RGB (Red+Green+Blue) = 224+96+18=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E06012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06012 is #1F9FED. Grayscale: #7D7D7D. Windows color (decimal): -2072558 or 1204448. OLE color: 1204448.

HSL color Cylindrical-coordinate representation of color #E06012: hue angle of 22.72º degrees, saturation: 0.85, 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 #E06012 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 96 18 -
CMYK 0 0.57 0.92 0.12
HSL 22.72º 0.85% 0.47% -
HSV(B) 22.72º 0.92% 0.88% -
XYZ 35.03 24.26 3.41 -
YUV 125.38 67.41 198.34 -
System Red Green Blue C M Y K H S L
Decimal 224 96 18 0 0.57 0.92 0.12 22.72 0.85 0.47
Hex E0 60 12 0 39 5C C 17 55 2F
Octal 340 140 22 0 71 134 14 27 125 57
Binary 11100000 1100000 10010 0 111001 1011100 1100 10111 1010101 101111

Color Harmonies of #E06012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06012

Black with #E06012

Text Example


Text Example

White with #E06012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06012; }

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

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

background-color css

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

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

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

border-color css

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

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

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