Html Css Color HEX #E06A13 Chocolate

📋 copy color: '#E06A13'

red 224 ◦ green 106 ◦ blue 19

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

Shades of Chocolate #E06A13

Tints of Chocolate #E06A13

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.37%

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

R = 64.18%
G = 30.37%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E06A13 (or 0xE06A13) is known color: Chocolate. HEX triplet: E0, 6A and 13. RGB value is (224,106,19). Sum of RGB (Red+Green+Blue) = 224+106+19=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06A13 is #1F95EC. Grayscale: #838383. Windows color (decimal): -2069997 or 1272544. OLE color: 1272544.

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

Color convert

RGB 224 106 19 -
CMYK 0 0.53 0.92 0.12
HSL 25.46º 0.84% 0.48% -
HSV(B) 25.46º 0.92% 0.88% -
XYZ 36.01 26.2 3.78 -
YUV 131.36 64.59 194.07 -
System Red Green Blue C M Y K H S L
Decimal 224 106 19 0 0.53 0.92 0.12 25.46 0.84 0.48
Hex E0 6A 13 0 35 5C C 19 54 30
Octal 340 152 23 0 65 134 14 31 124 60
Binary 11100000 1101010 10011 0 110101 1011100 1100 11001 1010100 110000

Color Harmonies of #E06A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06A13

Black with #E06A13

Text Example


Text Example

White with #E06A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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