Html Css Color HEX #E06A15 Chocolate

📋 copy color: '#E06A15'

red 224 ◦ green 106 ◦ blue 21

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

Shades of Chocolate #E06A15

Tints of Chocolate #E06A15

RGB

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

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

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

R = 63.82%
G = 30.2%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E06A15 (or 0xE06A15) is known color: Chocolate. HEX triplet: E0, 6A and 15. RGB value is (224,106,21). Sum of RGB (Red+Green+Blue) = 224+106+21=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06A15 is #1F95EA. Grayscale: #848484. Windows color (decimal): -2069995 or 1403616. OLE color: 1403616.

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

Color convert

RGB 224 106 21 -
CMYK 0 0.53 0.91 0.12
HSL 25.12º 0.83% 0.48% -
HSV(B) 25.12º 0.91% 0.88% -
XYZ 36.03 26.21 3.87 -
YUV 131.59 65.59 193.91 -
System Red Green Blue C M Y K H S L
Decimal 224 106 21 0 0.53 0.91 0.12 25.12 0.83 0.48
Hex E0 6A 15 0 35 5B C 19 53 30
Octal 340 152 25 0 65 133 14 31 123 60
Binary 11100000 1101010 10101 0 110101 1011011 1100 11001 1010011 110000

Color Harmonies of #E06A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06A15

Black with #E06A15

Text Example


Text Example

White with #E06A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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