Html Css Color HEX #E85C20 Chocolate

📋 copy color: '#E85C20'

red 232 ◦ green 92 ◦ blue 32

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

Shades of Chocolate #E85C20

Tints of Chocolate #E85C20

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.84%

 BLUE value IS 32 (12.89% from 255) = 8.99%

R = 65.17%
G = 25.84%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E85C20 (or 0xE85C20) is known color: Chocolate. HEX triplet: E8, 5C and 20. RGB value is (232,92,32). Sum of RGB (Red+Green+Blue) = 232+92+32=356 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.17% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85C20 is #17A3DF. Grayscale: #7F7F7F. Windows color (decimal): -1549280 or 2120936. OLE color: 2120936.

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

Color convert

RGB 232 92 32 -
CMYK 0 0.60 0.86 0.09
HSL 18º 0.81% 0.52% -
HSV(B) 18º 0.86% 0.91% -
XYZ 37.37 24.91 4.21 -
YUV 127.02 74.38 202.88 -
System Red Green Blue C M Y K H S L
Decimal 232 92 32 0 0.60 0.86 0.09 18 0.81 0.52
Hex E8 5C 20 0 3C 56 9 12 51 34
Octal 350 134 40 0 74 126 11 22 121 64
Binary 11101000 1011100 100000 0 111100 1010110 1001 10010 1010001 110100

Color Harmonies of #E85C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85C20

Black with #E85C20

Text Example


Text Example

White with #E85C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85C20; }

 p { color: rgb(232,92,32); }

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

background-color css

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

 a { background-color: rgb(232,92,32); }

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

border-color css

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

 span { border-color: rgb(232,92,32); }

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