Html Css Color HEX #E16418 Chocolate

📋 copy color: '#E16418'

red 225 ◦ green 100 ◦ blue 24

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

Shades of Chocolate #E16418

Tints of Chocolate #E16418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.88%

R = 64.47%
G = 28.65%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E16418 (or 0xE16418) is known color: Chocolate. HEX triplet: E1, 64 and 18. RGB value is (225,100,24). Sum of RGB (Red+Green+Blue) = 225+100+24=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E16418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16418 is #1E9BE7. Grayscale: #818181. Windows color (decimal): -2005992 or 1598689. OLE color: 1598689.

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

Color convert

RGB 225 100 24 -
CMYK 0 0.56 0.89 0.12
HSL 22.69º 0.81% 0.49% -
HSV(B) 22.69º 0.89% 0.88% -
XYZ 35.77 25.19 3.84 -
YUV 128.71 68.91 196.68 -
System Red Green Blue C M Y K H S L
Decimal 225 100 24 0 0.56 0.89 0.12 22.69 0.81 0.49
Hex E1 64 18 0 38 59 C 17 51 31
Octal 341 144 30 0 70 131 14 27 121 61
Binary 11100001 1100100 11000 0 111000 1011001 1100 10111 1010001 110001

Color Harmonies of #E16418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16418

Black with #E16418

Text Example


Text Example

White with #E16418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16418; }

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

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

background-color css

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

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

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

border-color css

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

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

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