Html Css Color HEX #E16810 Chocolate

📋 copy color: '#E16810'

red 225 ◦ green 104 ◦ blue 16

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

Shades of Chocolate #E16810

Tints of Chocolate #E16810

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.14%

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

R = 65.22%
G = 30.14%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E16810 (or 0xE16810) is known color: Chocolate. HEX triplet: E1, 68 and 10. RGB value is (225,104,16). Sum of RGB (Red+Green+Blue) = 225+104+16=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E16810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16810 is #1E97EF. Grayscale: #828282. Windows color (decimal): -2004976 or 1075425. OLE color: 1075425.

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

Color convert

RGB 225 104 16 -
CMYK 0 0.54 0.93 0.12
HSL 25.26º 0.87% 0.47% -
HSV(B) 25.26º 0.93% 0.88% -
XYZ 36.1 25.95 3.6 -
YUV 130.15 63.59 195.66 -
System Red Green Blue C M Y K H S L
Decimal 225 104 16 0 0.54 0.93 0.12 25.26 0.87 0.47
Hex E1 68 10 0 36 5D C 19 57 2F
Octal 341 150 20 0 66 135 14 31 127 57
Binary 11100001 1101000 10000 0 110110 1011101 1100 11001 1010111 101111

Color Harmonies of #E16810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16810

Black with #E16810

Text Example


Text Example

White with #E16810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16810; }

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

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

background-color css

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

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

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

border-color css

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

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

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