Html Css Color HEX #E16315 Chocolate

📋 copy color: '#E16315'

red 225 ◦ green 99 ◦ blue 21

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

Shades of Chocolate #E16315

Tints of Chocolate #E16315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.7%

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

R = 65.22%
G = 28.7%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E16315 (or 0xE16315) is known color: Chocolate. HEX triplet: E1, 63 and 15. RGB value is (225,99,21). Sum of RGB (Red+Green+Blue) = 225+99+21=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E16315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16315 is #1E9CEA. Grayscale: #808080. Windows color (decimal): -2006251 or 1401825. OLE color: 1401825.

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

Color convert

RGB 225 99 21 -
CMYK 0 0.56 0.91 0.12
HSL 22.94º 0.83% 0.48% -
HSV(B) 22.94º 0.91% 0.88% -
XYZ 35.65 24.99 3.65 -
YUV 127.78 67.74 197.34 -
System Red Green Blue C M Y K H S L
Decimal 225 99 21 0 0.56 0.91 0.12 22.94 0.83 0.48
Hex E1 63 15 0 38 5B C 17 53 30
Octal 341 143 25 0 70 133 14 27 123 60
Binary 11100001 1100011 10101 0 111000 1011011 1100 10111 1010011 110000

Color Harmonies of #E16315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16315

Black with #E16315

Text Example


Text Example

White with #E16315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16315; }

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

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

background-color css

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

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

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

border-color css

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

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

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