Html Css Color HEX #E06A17 Chocolate

📋 copy color: '#E06A17'

red 224 ◦ green 106 ◦ blue 23

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

Shades of Chocolate #E06A17

Tints of Chocolate #E06A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.52%

R = 63.46%
G = 30.03%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E06A17 (or 0xE06A17) is known color: Chocolate. HEX triplet: E0, 6A and 17. RGB value is (224,106,23). Sum of RGB (Red+Green+Blue) = 224+106+23=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06A17 is #1F95E8. Grayscale: #848484. Windows color (decimal): -2069993 or 1534688. OLE color: 1534688.

HSL color Cylindrical-coordinate representation of color #E06A17: hue angle of 24.78º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E06A17 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 106 23 -
CMYK 0 0.53 0.90 0.12
HSL 24.78º 0.81% 0.48% -
HSV(B) 24.78º 0.9% 0.88% -
XYZ 36.05 26.22 3.97 -
YUV 131.82 66.59 193.75 -
System Red Green Blue C M Y K H S L
Decimal 224 106 23 0 0.53 0.90 0.12 24.78 0.81 0.48
Hex E0 6A 17 0 35 5A C 19 51 30
Octal 340 152 27 0 65 132 14 31 121 60
Binary 11100000 1101010 10111 0 110101 1011010 1100 11001 1010001 110000

Color Harmonies of #E06A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06A17

Black with #E06A17

Text Example


Text Example

White with #E06A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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