Html Css Color HEX #E16412 Chocolate

📋 copy color: '#E16412'

red 225 ◦ green 100 ◦ blue 18

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

Shades of Chocolate #E16412

Tints of Chocolate #E16412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.15%

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

R = 65.6%
G = 29.15%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E16412 (or 0xE16412) is known color: Chocolate. HEX triplet: E1, 64 and 12. RGB value is (225,100,18). Sum of RGB (Red+Green+Blue) = 225+100+18=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E16412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16412 is #1E9BED. Grayscale: #808080. Windows color (decimal): -2005998 or 1205473. OLE color: 1205473.

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

Color convert

RGB 225 100 18 -
CMYK 0 0.56 0.92 0.12
HSL 23.77º 0.85% 0.48% -
HSV(B) 23.77º 0.92% 0.88% -
XYZ 35.72 25.17 3.55 -
YUV 128.03 65.91 197.17 -
System Red Green Blue C M Y K H S L
Decimal 225 100 18 0 0.56 0.92 0.12 23.77 0.85 0.48
Hex E1 64 12 0 38 5C C 18 55 30
Octal 341 144 22 0 70 134 14 30 125 60
Binary 11100001 1100100 10010 0 111000 1011100 1100 11000 1010101 110000

Color Harmonies of #E16412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16412

Black with #E16412

Text Example


Text Example

White with #E16412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16412; }

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

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

background-color css

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

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

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

border-color css

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

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

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