Html Css Color HEX #E16914 Chocolate

📋 copy color: '#E16914'

red 225 ◦ green 105 ◦ blue 20

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

Shades of Chocolate #E16914

Tints of Chocolate #E16914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30%

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

R = 64.29%
G = 30%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E16914 (or 0xE16914) is known color: Chocolate. HEX triplet: E1, 69 and 14. RGB value is (225,105,20). Sum of RGB (Red+Green+Blue) = 225+105+20=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E16914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16914 is #1E96EB. Grayscale: #838383. Windows color (decimal): -2004716 or 1337825. OLE color: 1337825.

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

Color convert

RGB 225 105 20 -
CMYK 0 0.53 0.91 0.12
HSL 24.88º 0.84% 0.48% -
HSV(B) 24.88º 0.91% 0.88% -
XYZ 36.23 26.16 3.8 -
YUV 131.19 65.26 194.91 -
System Red Green Blue C M Y K H S L
Decimal 225 105 20 0 0.53 0.91 0.12 24.88 0.84 0.48
Hex E1 69 14 0 35 5B C 19 54 30
Octal 341 151 24 0 65 133 14 31 124 60
Binary 11100001 1101001 10100 0 110101 1011011 1100 11001 1010100 110000

Color Harmonies of #E16914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16914

Black with #E16914

Text Example


Text Example

White with #E16914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16914; }

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

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

background-color css

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

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

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

border-color css

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

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

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