Html Css Color HEX #E65520 Chocolate

📋 copy color: '#E65520'

red 230 ◦ green 85 ◦ blue 32

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

Shades of Chocolate #E65520

Tints of Chocolate #E65520

RGB

 RED value IS 230 (90.23% from 255) = 66.28%

 GREEN value IS 85 (33.59% from 255) = 24.5%

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

R = 66.28%
G = 24.5%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E65520 (or 0xE65520) is known color: Chocolate. HEX triplet: E6, 55 and 20. RGB value is (230,85,32). Sum of RGB (Red+Green+Blue) = 230+85+32=347 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.28% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 230 - color contains mainly: red. Hex color #E65520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65520 is #19AADF. Grayscale: #7A7A7A. Windows color (decimal): -1682144 or 2119142. OLE color: 2119142.

HSL color Cylindrical-coordinate representation of color #E65520: hue angle of 16.06º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E65520 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 85 32 -
CMYK 0 0.63 0.86 0.10
HSL 16.06º 0.8% 0.51% -
HSV(B) 16.06º 0.86% 0.9% -
XYZ 36.14 23.42 3.98 -
YUV 122.31 77.04 204.81 -
System Red Green Blue C M Y K H S L
Decimal 230 85 32 0 0.63 0.86 0.10 16.06 0.8 0.51
Hex E6 55 20 0 3F 56 A 10 50 33
Octal 346 125 40 0 77 126 12 20 120 63
Binary 11100110 1010101 100000 0 111111 1010110 1010 10000 1010000 110011

Color Harmonies of #E65520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65520

Black with #E65520

Text Example


Text Example

White with #E65520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65520; }

 p { color: rgb(230,85,32); }

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

background-color css

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

 a { background-color: rgb(230,85,32); }

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

border-color css

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

 span { border-color: rgb(230,85,32); }

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