Html Css Color HEX #E06912 Chocolate

📋 copy color: '#E06912'

red 224 ◦ green 105 ◦ blue 18

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

Shades of Chocolate #E06912

Tints of Chocolate #E06912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.26%

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

R = 64.55%
G = 30.26%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E06912 (or 0xE06912) is known color: Chocolate. HEX triplet: E0, 69 and 12. RGB value is (224,105,18). Sum of RGB (Red+Green+Blue) = 224+105+18=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E06912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06912 is #1F96ED. Grayscale: #838383. Windows color (decimal): -2070254 or 1206752. OLE color: 1206752.

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

Color convert

RGB 224 105 18 -
CMYK 0 0.53 0.92 0.12
HSL 25.34º 0.85% 0.47% -
HSV(B) 25.34º 0.92% 0.88% -
XYZ 35.9 25.99 3.7 -
YUV 130.66 64.42 194.57 -
System Red Green Blue C M Y K H S L
Decimal 224 105 18 0 0.53 0.92 0.12 25.34 0.85 0.47
Hex E0 69 12 0 35 5C C 19 55 2F
Octal 340 151 22 0 65 134 14 31 125 57
Binary 11100000 1101001 10010 0 110101 1011100 1100 11001 1010101 101111

Color Harmonies of #E06912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06912

Black with #E06912

Text Example


Text Example

White with #E06912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06912; }

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

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

background-color css

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

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

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

border-color css

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

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

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