Html Css Color HEX #E06116 Chocolate

📋 copy color: '#E06116'

red 224 ◦ green 97 ◦ blue 22

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

Shades of Chocolate #E06116

Tints of Chocolate #E06116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.28%

 BLUE value IS 22 (8.98% from 255) = 6.41%

R = 65.31%
G = 28.28%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E06116 (or 0xE06116) is known color: Chocolate. HEX triplet: E0, 61 and 16. RGB value is (224,97,22). Sum of RGB (Red+Green+Blue) = 224+97+22=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E06116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06116 is #1F9EE9. Grayscale: #7E7E7E. Windows color (decimal): -2072298 or 1466848. OLE color: 1466848.

HSL color Cylindrical-coordinate representation of color #E06116: hue angle of 22.28º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E06116 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 97 22 -
CMYK 0 0.57 0.90 0.12
HSL 22.28º 0.82% 0.48% -
HSV(B) 22.28º 0.9% 0.88% -
XYZ 35.16 24.45 3.63 -
YUV 126.42 69.08 197.6 -
System Red Green Blue C M Y K H S L
Decimal 224 97 22 0 0.57 0.90 0.12 22.28 0.82 0.48
Hex E0 61 16 0 39 5A C 16 52 30
Octal 340 141 26 0 71 132 14 26 122 60
Binary 11100000 1100001 10110 0 111001 1011010 1100 10110 1010010 110000

Color Harmonies of #E06116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06116

Black with #E06116

Text Example


Text Example

White with #E06116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06116; }

 p { color: rgb(224,97,22); }

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

background-color css

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

 a { background-color: rgb(224,97,22); }

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

border-color css

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

 span { border-color: rgb(224,97,22); }

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