Html Css Color HEX #E16321 Chocolate

📋 copy color: '#E16321'

red 225 ◦ green 99 ◦ blue 33

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

Shades of Chocolate #E16321

Tints of Chocolate #E16321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.24%

R = 63.03%
G = 27.73%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E16321 (or 0xE16321) is known color: Chocolate. HEX triplet: E1, 63 and 21. RGB value is (225,99,33). Sum of RGB (Red+Green+Blue) = 225+99+33=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E16321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16321 is #1E9CDE. Grayscale: #818181. Windows color (decimal): -2006239 or 2188257. OLE color: 2188257.

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

Color convert

RGB 225 99 33 -
CMYK 0 0.56 0.85 0.12
HSL 20.63º 0.76% 0.51% -
HSV(B) 20.63º 0.85% 0.88% -
XYZ 35.79 25.04 4.39 -
YUV 129.15 73.74 196.37 -
System Red Green Blue C M Y K H S L
Decimal 225 99 33 0 0.56 0.85 0.12 20.63 0.76 0.51
Hex E1 63 21 0 38 55 C 15 4C 33
Octal 341 143 41 0 70 125 14 25 114 63
Binary 11100001 1100011 100001 0 111000 1010101 1100 10101 1001100 110011

Color Harmonies of #E16321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16321

Black with #E16321

Text Example


Text Example

White with #E16321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16321; }

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

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

background-color css

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

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

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

border-color css

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

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

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