Html Css Color HEX #E06220 Chocolate

📋 copy color: '#E06220'

red 224 ◦ green 98 ◦ blue 32

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

Shades of Chocolate #E06220

Tints of Chocolate #E06220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.68%

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

R = 63.28%
G = 27.68%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E06220 (or 0xE06220) is known color: Chocolate. HEX triplet: E0, 62 and 20. RGB value is (224,98,32). Sum of RGB (Red+Green+Blue) = 224+98+32=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E06220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06220 is #1F9DDF. Grayscale: #808080. Windows color (decimal): -2072032 or 2122464. OLE color: 2122464.

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

Color convert

RGB 224 98 32 -
CMYK 0 0.56 0.86 0.12
HSL 20.63º 0.76% 0.5% -
HSV(B) 20.63º 0.86% 0.88% -
XYZ 35.37 24.69 4.27 -
YUV 128.15 73.74 196.37 -
System Red Green Blue C M Y K H S L
Decimal 224 98 32 0 0.56 0.86 0.12 20.63 0.76 0.5
Hex E0 62 20 0 38 56 C 15 4C 32
Octal 340 142 40 0 70 126 14 25 114 62
Binary 11100000 1100010 100000 0 111000 1010110 1100 10101 1001100 110010

Color Harmonies of #E06220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06220

Black with #E06220

Text Example


Text Example

White with #E06220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06220; }

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

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

background-color css

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

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

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

border-color css

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

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

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