Html Css Color HEX #E06020 Chocolate

📋 copy color: '#E06020'

red 224 ◦ green 96 ◦ blue 32

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

Shades of Chocolate #E06020

Tints of Chocolate #E06020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.27%

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

R = 63.64%
G = 27.27%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E06020 (or 0xE06020) is known color: Chocolate. HEX triplet: E0, 60 and 20. RGB value is (224,96,32). Sum of RGB (Red+Green+Blue) = 224+96+32=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E06020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06020 is #1F9FDF. Grayscale: #7F7F7F. Windows color (decimal): -2072544 or 2121952. OLE color: 2121952.

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

Color convert

RGB 224 96 32 -
CMYK 0 0.57 0.86 0.12
HSL 20º 0.76% 0.5% -
HSV(B) 20º 0.86% 0.88% -
XYZ 35.18 24.32 4.21 -
YUV 126.98 74.41 197.2 -
System Red Green Blue C M Y K H S L
Decimal 224 96 32 0 0.57 0.86 0.12 20 0.76 0.5
Hex E0 60 20 0 39 56 C 14 4C 32
Octal 340 140 40 0 71 126 14 24 114 62
Binary 11100000 1100000 100000 0 111001 1010110 1100 10100 1001100 110010

Color Harmonies of #E06020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06020

Black with #E06020

Text Example


Text Example

White with #E06020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06020; }

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

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

background-color css

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

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

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

border-color css

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

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

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