Html Css Color HEX #E16518 Chocolate

📋 copy color: '#E16518'

red 225 ◦ green 101 ◦ blue 24

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

Shades of Chocolate #E16518

Tints of Chocolate #E16518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.86%

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

R = 64.29%
G = 28.86%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E16518 (or 0xE16518) is known color: Chocolate. HEX triplet: E1, 65 and 18. RGB value is (225,101,24). Sum of RGB (Red+Green+Blue) = 225+101+24=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E16518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16518 is #1E9AE7. Grayscale: #818181. Windows color (decimal): -2005736 or 1598945. OLE color: 1598945.

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

Color convert

RGB 225 101 24 -
CMYK 0 0.55 0.89 0.12
HSL 22.99º 0.81% 0.49% -
HSV(B) 22.99º 0.89% 0.88% -
XYZ 35.87 25.38 3.87 -
YUV 129.3 68.58 196.26 -
System Red Green Blue C M Y K H S L
Decimal 225 101 24 0 0.55 0.89 0.12 22.99 0.81 0.49
Hex E1 65 18 0 37 59 C 17 51 31
Octal 341 145 30 0 67 131 14 27 121 61
Binary 11100001 1100101 11000 0 110111 1011001 1100 10111 1010001 110001

Color Harmonies of #E16518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16518

Black with #E16518

Text Example


Text Example

White with #E16518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16518; }

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

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

background-color css

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

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

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

border-color css

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

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

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