Html Css Color HEX #E07316 Chocolate

📋 copy color: '#E07316'

red 224 ◦ green 115 ◦ blue 22

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

Shades of Chocolate #E07316

Tints of Chocolate #E07316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.86%

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

R = 62.05%
G = 31.86%
B = 6.09%

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

#E07316 (or 0xE07316) is known color: Chocolate. HEX triplet: E0, 73 and 16. RGB value is (224,115,22). Sum of RGB (Red+Green+Blue) = 224+115+22=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E07316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07316 is #1F8CE9. Grayscale: #898989. Windows color (decimal): -2067690 or 1471456. OLE color: 1471456.

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

Color convert

RGB 224 115 22 -
CMYK 0 0.49 0.90 0.12
HSL 27.62º 0.82% 0.48% -
HSV(B) 27.62º 0.9% 0.88% -
XYZ 37.02 28.17 4.24 -
YUV 136.99 63.11 190.06 -
System Red Green Blue C M Y K H S L
Decimal 224 115 22 0 0.49 0.90 0.12 27.62 0.82 0.48
Hex E0 73 16 0 31 5A C 1C 52 30
Octal 340 163 26 0 61 132 14 34 122 60
Binary 11100000 1110011 10110 0 110001 1011010 1100 11100 1010010 110000

Color Harmonies of #E07316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07316

Black with #E07316

Text Example


Text Example

White with #E07316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07316; }

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

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

background-color css

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

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

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

border-color css

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

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

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