Html Css Color HEX #E15E1C Chocolate

📋 copy color: '#E15E1C'

red 225 ◦ green 94 ◦ blue 28

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

Shades of Chocolate #E15E1C

Tints of Chocolate #E15E1C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.09%

 BLUE value IS 28 (11.33% from 255) = 8.07%

R = 64.84%
G = 27.09%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E15E1C (or 0xE15E1C) is known color: Chocolate. HEX triplet: E1, 5E and 1C. RGB value is (225,94,28). Sum of RGB (Red+Green+Blue) = 225+94+28=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15E1C is #1EA1E3. Grayscale: #7E7E7E. Windows color (decimal): -2007524 or 1859297. OLE color: 1859297.

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

Color convert

RGB 225 94 28 -
CMYK 0 0.58 0.88 0.12
HSL 20.1º 0.78% 0.5% -
HSV(B) 20.1º 0.88% 0.88% -
XYZ 35.26 24.1 3.89 -
YUV 125.65 72.9 198.87 -
System Red Green Blue C M Y K H S L
Decimal 225 94 28 0 0.58 0.88 0.12 20.1 0.78 0.5
Hex E1 5E 1C 0 3A 58 C 14 4E 32
Octal 341 136 34 0 72 130 14 24 116 62
Binary 11100001 1011110 11100 0 111010 1011000 1100 10100 1001110 110010

Color Harmonies of #E15E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15E1C

Black with #E15E1C

Text Example


Text Example

White with #E15E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15E1C; }

 p { color: rgb(225,94,28); }

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

background-color css

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

 a { background-color: rgb(225,94,28); }

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

border-color css

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

 span { border-color: rgb(225,94,28); }

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