Html Css Color HEX #E16514 Chocolate

📋 copy color: '#E16514'

red 225 ◦ green 101 ◦ blue 20

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

Shades of Chocolate #E16514

Tints of Chocolate #E16514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.78%

R = 65.03%
G = 29.19%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E16514 (or 0xE16514) is known color: Chocolate. HEX triplet: E1, 65 and 14. RGB value is (225,101,20). Sum of RGB (Red+Green+Blue) = 225+101+20=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E16514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16514 is #1E9AEB. Grayscale: #818181. Windows color (decimal): -2005740 or 1336801. OLE color: 1336801.

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

Color convert

RGB 225 101 20 -
CMYK 0 0.55 0.91 0.12
HSL 23.71º 0.84% 0.48% -
HSV(B) 23.71º 0.91% 0.88% -
XYZ 35.83 25.37 3.67 -
YUV 128.84 66.58 196.59 -
System Red Green Blue C M Y K H S L
Decimal 225 101 20 0 0.55 0.91 0.12 23.71 0.84 0.48
Hex E1 65 14 0 37 5B C 18 54 30
Octal 341 145 24 0 67 133 14 30 124 60
Binary 11100001 1100101 10100 0 110111 1011011 1100 11000 1010100 110000

Color Harmonies of #E16514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16514

Black with #E16514

Text Example


Text Example

White with #E16514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16514; }

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

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

background-color css

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

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

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

border-color css

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

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

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