Html Css Color HEX #E06515 Chocolate

📋 copy color: '#E06515'

red 224 ◦ green 101 ◦ blue 21

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

Shades of Chocolate #E06515

Tints of Chocolate #E06515

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.19%

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

R = 64.74%
G = 29.19%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E06515 (or 0xE06515) is known color: Chocolate. HEX triplet: E0, 65 and 15. RGB value is (224,101,21). Sum of RGB (Red+Green+Blue) = 224+101+21=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E06515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06515 is #1F9AEA. Grayscale: #818181. Windows color (decimal): -2071275 or 1402336. OLE color: 1402336.

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

Color convert

RGB 224 101 21 -
CMYK 0 0.55 0.91 0.12
HSL 23.65º 0.83% 0.48% -
HSV(B) 23.65º 0.91% 0.88% -
XYZ 35.53 25.21 3.7 -
YUV 128.66 67.25 196 -
System Red Green Blue C M Y K H S L
Decimal 224 101 21 0 0.55 0.91 0.12 23.65 0.83 0.48
Hex E0 65 15 0 37 5B C 18 53 30
Octal 340 145 25 0 67 133 14 30 123 60
Binary 11100000 1100101 10101 0 110111 1011011 1100 11000 1010011 110000

Color Harmonies of #E06515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06515

Black with #E06515

Text Example


Text Example

White with #E06515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06515; }

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

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

background-color css

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

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

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

border-color css

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

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

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