Html Css Color HEX #E16612 Chocolate

📋 copy color: '#E16612'

red 225 ◦ green 102 ◦ blue 18

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

Shades of Chocolate #E16612

Tints of Chocolate #E16612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.57%

 BLUE value IS 18 (7.42% from 255) = 5.22%

R = 65.22%
G = 29.57%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E16612 (or 0xE16612) is known color: Chocolate. HEX triplet: E1, 66 and 12. RGB value is (225,102,18). Sum of RGB (Red+Green+Blue) = 225+102+18=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E16612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16612 is #1E99ED. Grayscale: #818181. Windows color (decimal): -2005486 or 1205985. OLE color: 1205985.

HSL color Cylindrical-coordinate representation of color #E16612: hue angle of 24.35º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E16612 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 102 18 -
CMYK 0 0.55 0.92 0.12
HSL 24.35º 0.85% 0.48% -
HSV(B) 24.35º 0.92% 0.88% -
XYZ 35.91 25.55 3.61 -
YUV 129.2 65.25 196.33 -
System Red Green Blue C M Y K H S L
Decimal 225 102 18 0 0.55 0.92 0.12 24.35 0.85 0.48
Hex E1 66 12 0 37 5C C 18 55 30
Octal 341 146 22 0 67 134 14 30 125 60
Binary 11100001 1100110 10010 0 110111 1011100 1100 11000 1010101 110000

Color Harmonies of #E16612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16612

Black with #E16612

Text Example


Text Example

White with #E16612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16612; }

 p { color: rgb(225,102,18); }

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

background-color css

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

 a { background-color: rgb(225,102,18); }

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

border-color css

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

 span { border-color: rgb(225,102,18); }

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