Html Css Color HEX #E06013 Chocolate

📋 copy color: '#E06013'

red 224 ◦ green 96 ◦ blue 19

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

Shades of Chocolate #E06013

Tints of Chocolate #E06013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.6%

R = 66.08%
G = 28.32%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E06013 (or 0xE06013) is known color: Chocolate. HEX triplet: E0, 60 and 13. RGB value is (224,96,19). Sum of RGB (Red+Green+Blue) = 224+96+19=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E06013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06013 is #1F9FEC. Grayscale: #7D7D7D. Windows color (decimal): -2072557 or 1269984. OLE color: 1269984.

HSL color Cylindrical-coordinate representation of color #E06013: hue angle of 22.54º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E06013 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 96 19 -
CMYK 0 0.57 0.92 0.12
HSL 22.54º 0.84% 0.48% -
HSV(B) 22.54º 0.92% 0.88% -
XYZ 35.04 24.26 3.45 -
YUV 125.49 67.91 198.26 -
System Red Green Blue C M Y K H S L
Decimal 224 96 19 0 0.57 0.92 0.12 22.54 0.84 0.48
Hex E0 60 13 0 39 5C C 17 54 30
Octal 340 140 23 0 71 134 14 27 124 60
Binary 11100000 1100000 10011 0 111001 1011100 1100 10111 1010100 110000

Color Harmonies of #E06013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06013

Black with #E06013

Text Example


Text Example

White with #E06013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06013; }

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

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

background-color css

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

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

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

border-color css

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

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

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