Html Css Color HEX #E06412 Chocolate

📋 copy color: '#E06412'

red 224 ◦ green 100 ◦ blue 18

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

Shades of Chocolate #E06412

Tints of Chocolate #E06412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

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

R = 65.5%
G = 29.24%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E06412 (or 0xE06412) is known color: Chocolate. HEX triplet: E0, 64 and 12. RGB value is (224,100,18). Sum of RGB (Red+Green+Blue) = 224+100+18=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E06412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06412 is #1F9BED. Grayscale: #808080. Windows color (decimal): -2071534 or 1205472. OLE color: 1205472.

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

Color convert

RGB 224 100 18 -
CMYK 0 0.55 0.92 0.12
HSL 23.88º 0.85% 0.47% -
HSV(B) 23.88º 0.92% 0.88% -
XYZ 35.41 25.01 3.53 -
YUV 127.73 66.08 196.67 -
System Red Green Blue C M Y K H S L
Decimal 224 100 18 0 0.55 0.92 0.12 23.88 0.85 0.47
Hex E0 64 12 0 37 5C C 18 55 2F
Octal 340 144 22 0 67 134 14 30 125 57
Binary 11100000 1100100 10010 0 110111 1011100 1100 11000 1010101 101111

Color Harmonies of #E06412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06412

Black with #E06412

Text Example


Text Example

White with #E06412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06412; }

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

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

background-color css

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

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

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

border-color css

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

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

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