Html Css Color HEX #E07016 Chocolate

📋 copy color: '#E07016'

red 224 ◦ green 112 ◦ blue 22

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

Shades of Chocolate #E07016

Tints of Chocolate #E07016

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.28%

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

R = 62.57%
G = 31.28%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E07016 (or 0xE07016) is known color: Chocolate. HEX triplet: E0, 70 and 16. RGB value is (224,112,22). Sum of RGB (Red+Green+Blue) = 224+112+22=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E07016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07016 is #1F8FE9. Grayscale: #878787. Windows color (decimal): -2068458 or 1470688. OLE color: 1470688.

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

Color convert

RGB 224 112 22 -
CMYK 0 0.50 0.90 0.12
HSL 26.73º 0.82% 0.48% -
HSV(B) 26.73º 0.9% 0.88% -
XYZ 36.68 27.49 4.13 -
YUV 135.23 64.11 191.32 -
System Red Green Blue C M Y K H S L
Decimal 224 112 22 0 0.50 0.90 0.12 26.73 0.82 0.48
Hex E0 70 16 0 32 5A C 1B 52 30
Octal 340 160 26 0 62 132 14 33 122 60
Binary 11100000 1110000 10110 0 110010 1011010 1100 11011 1010010 110000

Color Harmonies of #E07016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07016

Black with #E07016

Text Example


Text Example

White with #E07016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07016; }

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

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

background-color css

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

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

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

border-color css

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

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

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