Html Css Color HEX #E16521 Chocolate

📋 copy color: '#E16521'

red 225 ◦ green 101 ◦ blue 33

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

Shades of Chocolate #E16521

Tints of Chocolate #E16521

RGB

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

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

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

R = 62.67%
G = 28.13%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E16521 (or 0xE16521) is known color: Chocolate. HEX triplet: E1, 65 and 21. RGB value is (225,101,33). Sum of RGB (Red+Green+Blue) = 225+101+33=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E16521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16521 is #1E9ADE. Grayscale: #828282. Windows color (decimal): -2005727 or 2188769. OLE color: 2188769.

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

Color convert

RGB 225 101 33 -
CMYK 0 0.55 0.85 0.12
HSL 21.25º 0.76% 0.51% -
HSV(B) 21.25º 0.85% 0.88% -
XYZ 35.98 25.42 4.45 -
YUV 130.32 73.08 195.53 -
System Red Green Blue C M Y K H S L
Decimal 225 101 33 0 0.55 0.85 0.12 21.25 0.76 0.51
Hex E1 65 21 0 37 55 C 15 4C 33
Octal 341 145 41 0 67 125 14 25 114 63
Binary 11100001 1100101 100001 0 110111 1010101 1100 10101 1001100 110011

Color Harmonies of #E16521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16521

Black with #E16521

Text Example


Text Example

White with #E16521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16521; }

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

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

background-color css

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

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

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

border-color css

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

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

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