Html Css Color HEX #E06E12 Chocolate

📋 copy color: '#E06E12'

red 224 ◦ green 110 ◦ blue 18

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

Shades of Chocolate #E06E12

Tints of Chocolate #E06E12

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.25%

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

R = 63.64%
G = 31.25%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E06E12 (or 0xE06E12) is known color: Chocolate. HEX triplet: E0, 6E and 12. RGB value is (224,110,18). Sum of RGB (Red+Green+Blue) = 224+110+18=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06E12 is #1F91ED. Grayscale: #868686. Windows color (decimal): -2068974 or 1208032. OLE color: 1208032.

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

Color convert

RGB 224 110 18 -
CMYK 0 0.51 0.92 0.12
HSL 26.8º 0.85% 0.47% -
HSV(B) 26.8º 0.92% 0.88% -
XYZ 36.43 27.04 3.87 -
YUV 133.6 62.77 192.48 -
System Red Green Blue C M Y K H S L
Decimal 224 110 18 0 0.51 0.92 0.12 26.8 0.85 0.47
Hex E0 6E 12 0 33 5C C 1B 55 2F
Octal 340 156 22 0 63 134 14 33 125 57
Binary 11100000 1101110 10010 0 110011 1011100 1100 11011 1010101 101111

Color Harmonies of #E06E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06E12

Black with #E06E12

Text Example


Text Example

White with #E06E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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