Html Css Color HEX #E07216 Chocolate

📋 copy color: '#E07216'

red 224 ◦ green 114 ◦ blue 22

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

Shades of Chocolate #E07216

Tints of Chocolate #E07216

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.67%

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

R = 62.22%
G = 31.67%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E07216 (or 0xE07216) is known color: Chocolate. HEX triplet: E0, 72 and 16. RGB value is (224,114,22). Sum of RGB (Red+Green+Blue) = 224+114+22=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E07216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07216 is #1F8DE9. Grayscale: #888888. Windows color (decimal): -2067946 or 1471200. OLE color: 1471200.

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

Color convert

RGB 224 114 22 -
CMYK 0 0.49 0.90 0.12
HSL 27.33º 0.82% 0.48% -
HSV(B) 27.33º 0.9% 0.88% -
XYZ 36.9 27.94 4.21 -
YUV 136.4 63.44 190.48 -
System Red Green Blue C M Y K H S L
Decimal 224 114 22 0 0.49 0.90 0.12 27.33 0.82 0.48
Hex E0 72 16 0 31 5A C 1B 52 30
Octal 340 162 26 0 61 132 14 33 122 60
Binary 11100000 1110010 10110 0 110001 1011010 1100 11011 1010010 110000

Color Harmonies of #E07216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07216

Black with #E07216

Text Example


Text Example

White with #E07216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07216; }

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

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

background-color css

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

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

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

border-color css

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

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

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