Html Css Color HEX #E16C18 Chocolate

📋 copy color: '#E16C18'

red 225 ◦ green 108 ◦ blue 24

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

Shades of Chocolate #E16C18

Tints of Chocolate #E16C18

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.25%

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

R = 63.03%
G = 30.25%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E16C18 (or 0xE16C18) is known color: Chocolate. HEX triplet: E1, 6C and 18. RGB value is (225,108,24). Sum of RGB (Red+Green+Blue) = 225+108+24=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16C18 is #1E93E7. Grayscale: #858585. Windows color (decimal): -2003944 or 1600737. OLE color: 1600737.

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

Color convert

RGB 225 108 24 -
CMYK 0 0.52 0.89 0.12
HSL 25.07º 0.81% 0.49% -
HSV(B) 25.07º 0.89% 0.88% -
XYZ 36.58 26.8 4.11 -
YUV 133.41 66.26 193.33 -
System Red Green Blue C M Y K H S L
Decimal 225 108 24 0 0.52 0.89 0.12 25.07 0.81 0.49
Hex E1 6C 18 0 34 59 C 19 51 31
Octal 341 154 30 0 64 131 14 31 121 61
Binary 11100001 1101100 11000 0 110100 1011001 1100 11001 1010001 110001

Color Harmonies of #E16C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16C18

Black with #E16C18

Text Example


Text Example

White with #E16C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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