Html Css Color HEX #E06C15 Chocolate

📋 copy color: '#E06C15'

red 224 ◦ green 108 ◦ blue 21

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

Shades of Chocolate #E06C15

Tints of Chocolate #E06C15

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.59%

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

R = 63.46%
G = 30.59%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E06C15 (or 0xE06C15) is known color: Chocolate. HEX triplet: E0, 6C and 15. RGB value is (224,108,21). Sum of RGB (Red+Green+Blue) = 224+108+21=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06C15 is #1F93EA. Grayscale: #858585. Windows color (decimal): -2069483 or 1404128. OLE color: 1404128.

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

Color convert

RGB 224 108 21 -
CMYK 0 0.52 0.91 0.12
HSL 25.71º 0.83% 0.48% -
HSV(B) 25.71º 0.91% 0.88% -
XYZ 36.24 26.63 3.94 -
YUV 132.77 64.93 193.07 -
System Red Green Blue C M Y K H S L
Decimal 224 108 21 0 0.52 0.91 0.12 25.71 0.83 0.48
Hex E0 6C 15 0 34 5B C 1A 53 30
Octal 340 154 25 0 64 133 14 32 123 60
Binary 11100000 1101100 10101 0 110100 1011011 1100 11010 1010011 110000

Color Harmonies of #E06C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C15

Black with #E06C15

Text Example


Text Example

White with #E06C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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