Html Css Color HEX #E16014 Chocolate

📋 copy color: '#E16014'

red 225 ◦ green 96 ◦ blue 20

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

Shades of Chocolate #E16014

Tints of Chocolate #E16014

RGB

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

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

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

R = 65.98%
G = 28.15%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E16014 (or 0xE16014) is known color: Chocolate. HEX triplet: E1, 60 and 14. RGB value is (225,96,20). Sum of RGB (Red+Green+Blue) = 225+96+20=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E16014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16014 is #1E9FEB. Grayscale: #7E7E7E. Windows color (decimal): -2007020 or 1335521. OLE color: 1335521.

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

Color convert

RGB 225 96 20 -
CMYK 0 0.57 0.91 0.12
HSL 22.24º 0.84% 0.48% -
HSV(B) 22.24º 0.91% 0.88% -
XYZ 35.36 24.42 3.51 -
YUV 125.91 68.24 198.68 -
System Red Green Blue C M Y K H S L
Decimal 225 96 20 0 0.57 0.91 0.12 22.24 0.84 0.48
Hex E1 60 14 0 39 5B C 16 54 30
Octal 341 140 24 0 71 133 14 26 124 60
Binary 11100001 1100000 10100 0 111001 1011011 1100 10110 1010100 110000

Color Harmonies of #E16014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16014

Black with #E16014

Text Example


Text Example

White with #E16014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16014; }

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

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

background-color css

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

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

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

border-color css

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

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

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