Html Css Color HEX #E06520 Chocolate

📋 copy color: '#E06520'

red 224 ◦ green 101 ◦ blue 32

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

Shades of Chocolate #E06520

Tints of Chocolate #E06520

RGB

 RED value IS 224 (87.89% from 255) = 62.75%

 GREEN value IS 101 (39.84% from 255) = 28.29%

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

R = 62.75%
G = 28.29%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E06520 (or 0xE06520) is known color: Chocolate. HEX triplet: E0, 65 and 20. RGB value is (224,101,32). Sum of RGB (Red+Green+Blue) = 224+101+32=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E06520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06520 is #1F9ADF. Grayscale: #828282. Windows color (decimal): -2071264 or 2123232. OLE color: 2123232.

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

Color convert

RGB 224 101 32 -
CMYK 0 0.55 0.86 0.12
HSL 21.56º 0.76% 0.5% -
HSV(B) 21.56º 0.86% 0.88% -
XYZ 35.65 25.26 4.36 -
YUV 129.91 72.75 195.11 -
System Red Green Blue C M Y K H S L
Decimal 224 101 32 0 0.55 0.86 0.12 21.56 0.76 0.5
Hex E0 65 20 0 37 56 C 16 4C 32
Octal 340 145 40 0 67 126 14 26 114 62
Binary 11100000 1100101 100000 0 110111 1010110 1100 10110 1001100 110010

Color Harmonies of #E06520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06520

Black with #E06520

Text Example


Text Example

White with #E06520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06520; }

 p { color: rgb(224,101,32); }

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

background-color css

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

 a { background-color: rgb(224,101,32); }

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

border-color css

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

 span { border-color: rgb(224,101,32); }

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