Html Css Color HEX #E16021 Chocolate

📋 copy color: '#E16021'

red 225 ◦ green 96 ◦ blue 33

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

Shades of Chocolate #E16021

Tints of Chocolate #E16021

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

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

R = 63.56%
G = 27.12%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E16021 (or 0xE16021) is known color: Chocolate. HEX triplet: E1, 60 and 21. RGB value is (225,96,33). Sum of RGB (Red+Green+Blue) = 225+96+33=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E16021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16021 is #1E9FDE. Grayscale: #7F7F7F. Windows color (decimal): -2007007 or 2187489. OLE color: 2187489.

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

Color convert

RGB 225 96 33 -
CMYK 0 0.57 0.85 0.12
HSL 19.69º 0.76% 0.51% -
HSV(B) 19.69º 0.85% 0.88% -
XYZ 35.51 24.48 4.29 -
YUV 127.39 74.74 197.62 -
System Red Green Blue C M Y K H S L
Decimal 225 96 33 0 0.57 0.85 0.12 19.69 0.76 0.51
Hex E1 60 21 0 39 55 C 14 4C 33
Octal 341 140 41 0 71 125 14 24 114 63
Binary 11100001 1100000 100001 0 111001 1010101 1100 10100 1001100 110011

Color Harmonies of #E16021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16021

Black with #E16021

Text Example


Text Example

White with #E16021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16021; }

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

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

background-color css

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

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

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

border-color css

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

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

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