#E26414

Color #E26414 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #E26414

Tints of Chocolate #E26414

Color information

#E26414 (or 0xE26414) is unknown color: approx Chocolate. HEX triplet: E2, 64 and 14. RGB value is (226,100,20). Sum of RGB (Red+Green+Blue) = 226+100+20=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E26414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26414 is #1D9BEB. Grayscale: #818181. Windows color (decimal): -1940460 or 1336546. OLE color: 1336546.

HSL color Cylindrical-coordinate representation of color #E26414: hue angle of 23.3º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E26414 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB22610020-
CMYK00.560.910.11
HSL23.3º83.74%48.24%-
HSV(B)23.3º91.15%88.63%-
XYZ36.0525.333.65-
YUV128.5566.74197.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 65.32%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 20 (8.20% from 255) = 5.78%
R=65.32%
G=28.90%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261002000.560.910.1123.383.7448.24
HexE264140385BB175430
Octal34214424070133132712460
Binary11100010110010010100011100010110111011101111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26414; }

 p { color: rgb(226,100,20); }

 H1.HeaderClassName
 {
   color: #E26414;
 }
 .AnyTagClassName
 {
   color: #E26414;
 }
</style>
background-color css

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

 a { background-color: rgb(226,100,20); }

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

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

 span { border-color: rgb(226,100,20); }

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