Html Css Color HEX #E85D1C Chocolate

📋 copy color: '#E85D1C'

red 232 ◦ green 93 ◦ blue 28

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

Shades of Chocolate #E85D1C

Tints of Chocolate #E85D1C

RGB

 RED value IS 232 (91.02% from 255) = 65.72%

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

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

R = 65.72%
G = 26.35%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E85D1C (or 0xE85D1C) is known color: Chocolate. HEX triplet: E8, 5D and 1C. RGB value is (232,93,28). Sum of RGB (Red+Green+Blue) = 232+93+28=353 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.72% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85D1C is #17A2E3. Grayscale: #7F7F7F. Windows color (decimal): -1549028 or 1859048. OLE color: 1859048.

HSL color Cylindrical-coordinate representation of color #E85D1C: hue angle of 19.12º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E85D1C is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 93 28 -
CMYK 0 0.60 0.88 0.09
HSL 19.12º 0.82% 0.51% -
HSV(B) 19.12º 0.88% 0.91% -
XYZ 37.4 25.07 3.97 -
YUV 127.15 72.05 202.79 -
System Red Green Blue C M Y K H S L
Decimal 232 93 28 0 0.60 0.88 0.09 19.12 0.82 0.51
Hex E8 5D 1C 0 3C 58 9 13 52 33
Octal 350 135 34 0 74 130 11 23 122 63
Binary 11101000 1011101 11100 0 111100 1011000 1001 10011 1010010 110011

Color Harmonies of #E85D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85D1C

Black with #E85D1C

Text Example


Text Example

White with #E85D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85D1C; }

 p { color: rgb(232,93,28); }

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

background-color css

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

 a { background-color: rgb(232,93,28); }

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

border-color css

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

 span { border-color: rgb(232,93,28); }

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