Html Css Color HEX #E15D1E Chocolate

📋 copy color: '#E15D1E'

red 225 ◦ green 93 ◦ blue 30

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

Shades of Chocolate #E15D1E

Tints of Chocolate #E15D1E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.72%

 BLUE value IS 30 (12.11% from 255) = 8.62%

R = 64.66%
G = 26.72%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E15D1E (or 0xE15D1E) is known color: Chocolate. HEX triplet: E1, 5D and 1E. RGB value is (225,93,30). Sum of RGB (Red+Green+Blue) = 225+93+30=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15D1E is #1EA2E1. Grayscale: #7D7D7D. Windows color (decimal): -2007778 or 1990113. OLE color: 1990113.

HSL color Cylindrical-coordinate representation of color #E15D1E: hue angle of 19.38º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E15D1E is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 93 30 -
CMYK 0 0.59 0.87 0.12
HSL 19.38º 0.76% 0.5% -
HSV(B) 19.38º 0.87% 0.88% -
XYZ 35.2 23.93 3.99 -
YUV 125.29 74.23 199.12 -
System Red Green Blue C M Y K H S L
Decimal 225 93 30 0 0.59 0.87 0.12 19.38 0.76 0.5
Hex E1 5D 1E 0 3B 57 C 13 4C 32
Octal 341 135 36 0 73 127 14 23 114 62
Binary 11100001 1011101 11110 0 111011 1010111 1100 10011 1001100 110010

Color Harmonies of #E15D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15D1E

Black with #E15D1E

Text Example


Text Example

White with #E15D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15D1E; }

 p { color: rgb(225,93,30); }

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

background-color css

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

 a { background-color: rgb(225,93,30); }

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

border-color css

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

 span { border-color: rgb(225,93,30); }

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