Html Css Color HEX #E16710 Chocolate

📋 copy color: '#E16710'

red 225 ◦ green 103 ◦ blue 16

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

Shades of Chocolate #E16710

Tints of Chocolate #E16710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.94%

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

R = 65.41%
G = 29.94%
B = 4.65%

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

#E16710 (or 0xE16710) is known color: Chocolate. HEX triplet: E1, 67 and 10. RGB value is (225,103,16). Sum of RGB (Red+Green+Blue) = 225+103+16=344 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.41% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 225 - color contains mainly: red. Hex color #E16710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16710 is #1E98EF. Grayscale: #828282. Windows color (decimal): -2005232 or 1075169. OLE color: 1075169.

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

Color convert

RGB 225 103 16 -
CMYK 0 0.54 0.93 0.12
HSL 24.98º 0.87% 0.47% -
HSV(B) 24.98º 0.93% 0.88% -
XYZ 36 25.75 3.56 -
YUV 129.56 63.92 196.07 -
System Red Green Blue C M Y K H S L
Decimal 225 103 16 0 0.54 0.93 0.12 24.98 0.87 0.47
Hex E1 67 10 0 36 5D C 19 57 2F
Octal 341 147 20 0 66 135 14 31 127 57
Binary 11100001 1100111 10000 0 110110 1011101 1100 11001 1010111 101111

Color Harmonies of #E16710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16710

Black with #E16710

Text Example


Text Example

White with #E16710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16710; }

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

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

background-color css

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

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

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

border-color css

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

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

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