Html Css Color HEX #E16320 Chocolate

📋 copy color: '#E16320'

red 225 ◦ green 99 ◦ blue 32

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

Shades of Chocolate #E16320

Tints of Chocolate #E16320

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.81%

 BLUE value IS 32 (12.89% from 255) = 8.99%

R = 63.2%
G = 27.81%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E16320 (or 0xE16320) is known color: Chocolate. HEX triplet: E1, 63 and 20. RGB value is (225,99,32). Sum of RGB (Red+Green+Blue) = 225+99+32=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E16320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16320 is #1E9CDF. Grayscale: #818181. Windows color (decimal): -2006240 or 2122721. OLE color: 2122721.

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

Color convert

RGB 225 99 32 -
CMYK 0 0.56 0.86 0.12
HSL 20.83º 0.76% 0.5% -
HSV(B) 20.83º 0.86% 0.88% -
XYZ 35.77 25.04 4.31 -
YUV 129.04 73.24 196.45 -
System Red Green Blue C M Y K H S L
Decimal 225 99 32 0 0.56 0.86 0.12 20.83 0.76 0.5
Hex E1 63 20 0 38 56 C 15 4C 32
Octal 341 143 40 0 70 126 14 25 114 62
Binary 11100001 1100011 100000 0 111000 1010110 1100 10101 1001100 110010

Color Harmonies of #E16320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16320

Black with #E16320

Text Example


Text Example

White with #E16320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16320; }

 p { color: rgb(225,99,32); }

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

background-color css

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

 a { background-color: rgb(225,99,32); }

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

border-color css

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

 span { border-color: rgb(225,99,32); }

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