Html Css Color HEX #E06820 Chocolate

📋 copy color: '#E06820'

red 224 ◦ green 104 ◦ blue 32

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

Shades of Chocolate #E06820

Tints of Chocolate #E06820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.89%

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

R = 62.22%
G = 28.89%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E06820 (or 0xE06820) is known color: Chocolate. HEX triplet: E0, 68 and 20. RGB value is (224,104,32). Sum of RGB (Red+Green+Blue) = 224+104+32=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E06820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06820 is #1F97DF. Grayscale: #848484. Windows color (decimal): -2070496 or 2124000. OLE color: 2124000.

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

Color convert

RGB 224 104 32 -
CMYK 0 0.54 0.86 0.12
HSL 22.5º 0.76% 0.5% -
HSV(B) 22.5º 0.86% 0.88% -
XYZ 35.95 25.85 4.46 -
YUV 131.67 71.76 193.85 -
System Red Green Blue C M Y K H S L
Decimal 224 104 32 0 0.54 0.86 0.12 22.5 0.76 0.5
Hex E0 68 20 0 36 56 C 16 4C 32
Octal 340 150 40 0 66 126 14 26 114 62
Binary 11100000 1101000 100000 0 110110 1010110 1100 10110 1001100 110010

Color Harmonies of #E06820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06820

Black with #E06820

Text Example


Text Example

White with #E06820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06820; }

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

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

background-color css

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

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

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

border-color css

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

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

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