Html Css Color HEX #E85D20 Chocolate

📋 copy color: '#E85D20'

red 232 ◦ green 93 ◦ blue 32

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

Shades of Chocolate #E85D20

Tints of Chocolate #E85D20

RGB

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

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

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

R = 64.99%
G = 26.05%
B = 8.96%

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

#E85D20 (or 0xE85D20) is known color: Chocolate. HEX triplet: E8, 5D and 20. RGB value is (232,93,32). Sum of RGB (Red+Green+Blue) = 232+93+32=357 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.99% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85D20 is #17A2DF. Grayscale: #7F7F7F. Windows color (decimal): -1549024 or 2121192. OLE color: 2121192.

HSL color Cylindrical-coordinate representation of color #E85D20: hue angle of 18.3º 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 #E85D20 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 93 32 -
CMYK 0 0.60 0.86 0.09
HSL 18.3º 0.81% 0.52% -
HSV(B) 18.3º 0.86% 0.91% -
XYZ 37.45 25.09 4.24 -
YUV 127.61 74.05 202.46 -
System Red Green Blue C M Y K H S L
Decimal 232 93 32 0 0.60 0.86 0.09 18.3 0.81 0.52
Hex E8 5D 20 0 3C 56 9 12 51 34
Octal 350 135 40 0 74 126 11 22 121 64
Binary 11101000 1011101 100000 0 111100 1010110 1001 10010 1010001 110100

Color Harmonies of #E85D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85D20

Black with #E85D20

Text Example


Text Example

White with #E85D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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