Html Css Color HEX #E16210 Chocolate

📋 copy color: '#E16210'

red 225 ◦ green 98 ◦ blue 16

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

Shades of Chocolate #E16210

Tints of Chocolate #E16210

RGB

 RED value IS 225 (88.28% from 255) = 66.37%

 GREEN value IS 98 (38.67% from 255) = 28.91%

 BLUE value IS 16 (6.64% from 255) = 4.72%

R = 66.37%
G = 28.91%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E16210 (or 0xE16210) is known color: Chocolate. HEX triplet: E1, 62 and 10. RGB value is (225,98,16). Sum of RGB (Red+Green+Blue) = 225+98+16=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E16210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16210 is #1E9DEF. Grayscale: #7F7F7F. Windows color (decimal): -2006512 or 1073889. OLE color: 1073889.

HSL color Cylindrical-coordinate representation of color #E16210: hue angle of 23.54º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E16210 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 98 16 -
CMYK 0 0.56 0.93 0.12
HSL 23.54º 0.87% 0.47% -
HSV(B) 23.54º 0.93% 0.88% -
XYZ 35.51 24.78 3.4 -
YUV 126.63 65.58 198.17 -
System Red Green Blue C M Y K H S L
Decimal 225 98 16 0 0.56 0.93 0.12 23.54 0.87 0.47
Hex E1 62 10 0 38 5D C 18 57 2F
Octal 341 142 20 0 70 135 14 30 127 57
Binary 11100001 1100010 10000 0 111000 1011101 1100 11000 1010111 101111

Color Harmonies of #E16210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16210

Black with #E16210

Text Example


Text Example

White with #E16210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16210; }

 p { color: rgb(225,98,16); }

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

background-color css

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

 a { background-color: rgb(225,98,16); }

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

border-color css

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

 span { border-color: rgb(225,98,16); }

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