Html Css Color HEX #E16815 Chocolate

📋 copy color: '#E16815'

red 225 ◦ green 104 ◦ blue 21

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

Shades of Chocolate #E16815

Tints of Chocolate #E16815

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.71%

 BLUE value IS 21 (8.59% from 255) = 6%

R = 64.29%
G = 29.71%
B = 6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E16815 (or 0xE16815) is known color: Chocolate. HEX triplet: E1, 68 and 15. RGB value is (225,104,21). Sum of RGB (Red+Green+Blue) = 225+104+21=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E16815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16815 is #1E97EA. Grayscale: #838383. Windows color (decimal): -2004971 or 1403105. OLE color: 1403105.

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

Color convert

RGB 225 104 21 -
CMYK 0 0.54 0.91 0.12
HSL 24.41º 0.83% 0.48% -
HSV(B) 24.41º 0.91% 0.88% -
XYZ 36.14 25.96 3.82 -
YUV 130.72 66.09 195.25 -
System Red Green Blue C M Y K H S L
Decimal 225 104 21 0 0.54 0.91 0.12 24.41 0.83 0.48
Hex E1 68 15 0 36 5B C 18 53 30
Octal 341 150 25 0 66 133 14 30 123 60
Binary 11100001 1101000 10101 0 110110 1011011 1100 11000 1010011 110000

Color Harmonies of #E16815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16815

Black with #E16815

Text Example


Text Example

White with #E16815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16815; }

 p { color: rgb(225,104,21); }

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

background-color css

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

 a { background-color: rgb(225,104,21); }

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

border-color css

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

 span { border-color: rgb(225,104,21); }

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