Html Css Color HEX #E16D15 Chocolate

📋 copy color: '#E16D15'

red 225 ◦ green 109 ◦ blue 21

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

Shades of Chocolate #E16D15

Tints of Chocolate #E16D15

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.7%

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

R = 63.38%
G = 30.7%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E16D15 (or 0xE16D15) is known color: Chocolate. HEX triplet: E1, 6D and 15. RGB value is (225,109,21). Sum of RGB (Red+Green+Blue) = 225+109+21=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16D15 is #1E92EA. Grayscale: #868686. Windows color (decimal): -2003691 or 1404385. OLE color: 1404385.

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

Color convert

RGB 225 109 21 -
CMYK 0 0.52 0.91 0.12
HSL 25.88º 0.83% 0.48% -
HSV(B) 25.88º 0.91% 0.88% -
XYZ 36.66 27 3.99 -
YUV 133.65 64.43 193.16 -
System Red Green Blue C M Y K H S L
Decimal 225 109 21 0 0.52 0.91 0.12 25.88 0.83 0.48
Hex E1 6D 15 0 34 5B C 1A 53 30
Octal 341 155 25 0 64 133 14 32 123 60
Binary 11100001 1101101 10101 0 110100 1011011 1100 11010 1010011 110000

Color Harmonies of #E16D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16D15

Black with #E16D15

Text Example


Text Example

White with #E16D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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