Html Css Color HEX #E06E15 Chocolate

📋 copy color: '#E06E15'

red 224 ◦ green 110 ◦ blue 21

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

Shades of Chocolate #E06E15

Tints of Chocolate #E06E15

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.99%

 BLUE value IS 21 (8.59% from 255) = 5.92%

R = 63.1%
G = 30.99%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E06E15 (or 0xE06E15) is known color: Chocolate. HEX triplet: E0, 6E and 15. RGB value is (224,110,21). Sum of RGB (Red+Green+Blue) = 224+110+21=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06E15 is #1F91EA. Grayscale: #868686. Windows color (decimal): -2068971 or 1404640. OLE color: 1404640.

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

Color convert

RGB 224 110 21 -
CMYK 0 0.51 0.91 0.12
HSL 26.31º 0.83% 0.48% -
HSV(B) 26.31º 0.91% 0.88% -
XYZ 36.45 27.05 4.01 -
YUV 133.94 64.27 192.24 -
System Red Green Blue C M Y K H S L
Decimal 224 110 21 0 0.51 0.91 0.12 26.31 0.83 0.48
Hex E0 6E 15 0 33 5B C 1A 53 30
Octal 340 156 25 0 63 133 14 32 123 60
Binary 11100000 1101110 10101 0 110011 1011011 1100 11010 1010011 110000

Color Harmonies of #E06E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06E15

Black with #E06E15

Text Example


Text Example

White with #E06E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06E15; }

 p { color: rgb(224,110,21); }

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

background-color css

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

 a { background-color: rgb(224,110,21); }

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

border-color css

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

 span { border-color: rgb(224,110,21); }

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