Html Css Color HEX #E06320 Chocolate

📋 copy color: '#E06320'

red 224 ◦ green 99 ◦ blue 32

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

Shades of Chocolate #E06320

Tints of Chocolate #E06320

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

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

R = 63.1%
G = 27.89%
B = 9.01%

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

#E06320 (or 0xE06320) is known color: Chocolate. HEX triplet: E0, 63 and 20. RGB value is (224,99,32). Sum of RGB (Red+Green+Blue) = 224+99+32=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E06320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06320 is #1F9CDF. Grayscale: #818181. Windows color (decimal): -2071776 or 2122720. OLE color: 2122720.

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

Color convert

RGB 224 99 32 -
CMYK 0 0.56 0.86 0.12
HSL 20.94º 0.76% 0.5% -
HSV(B) 20.94º 0.86% 0.88% -
XYZ 35.46 24.88 4.3 -
YUV 128.74 73.41 195.95 -
System Red Green Blue C M Y K H S L
Decimal 224 99 32 0 0.56 0.86 0.12 20.94 0.76 0.5
Hex E0 63 20 0 38 56 C 15 4C 32
Octal 340 143 40 0 70 126 14 25 114 62
Binary 11100000 1100011 100000 0 111000 1010110 1100 10101 1001100 110010

Color Harmonies of #E06320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06320

Black with #E06320

Text Example


Text Example

White with #E06320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06320; }

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

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

background-color css

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

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

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

border-color css

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

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

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