Html Css Color HEX #E16213 Chocolate

📋 copy color: '#E16213'

red 225 ◦ green 98 ◦ blue 19

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

Shades of Chocolate #E16213

Tints of Chocolate #E16213

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.65%

 BLUE value IS 19 (7.81% from 255) = 5.56%

R = 65.79%
G = 28.65%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E16213 (or 0xE16213) is known color: Chocolate. HEX triplet: E1, 62 and 13. RGB value is (225,98,19). Sum of RGB (Red+Green+Blue) = 225+98+19=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E16213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16213 is #1E9DEC. Grayscale: #7F7F7F. Windows color (decimal): -2006509 or 1270497. OLE color: 1270497.

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

Color convert

RGB 225 98 19 -
CMYK 0 0.56 0.92 0.12
HSL 23.01º 0.84% 0.48% -
HSV(B) 23.01º 0.92% 0.88% -
XYZ 35.54 24.79 3.53 -
YUV 126.97 67.08 197.92 -
System Red Green Blue C M Y K H S L
Decimal 225 98 19 0 0.56 0.92 0.12 23.01 0.84 0.48
Hex E1 62 13 0 38 5C C 17 54 30
Octal 341 142 23 0 70 134 14 27 124 60
Binary 11100001 1100010 10011 0 111000 1011100 1100 10111 1010100 110000

Color Harmonies of #E16213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16213

Black with #E16213

Text Example


Text Example

White with #E16213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16213; }

 p { color: rgb(225,98,19); }

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

background-color css

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

 a { background-color: rgb(225,98,19); }

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

border-color css

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

 span { border-color: rgb(225,98,19); }

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