#E26814

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

Shades of Chocolate #E26814

Tints of Chocolate #E26814

Color information

#E26814 (or 0xE26814) is unknown color: approx Chocolate. HEX triplet: E2, 68 and 14. RGB value is (226,104,20). Sum of RGB (Red+Green+Blue) = 226+104+20=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E26814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26814 is #1D97EB. Grayscale: #838383. Windows color (decimal): -1939436 or 1337570. OLE color: 1337570.

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

Color convert

RGB22610420-
CMYK00.540.910.11
HSL24.47º83.74%48.24%-
HSV(B)24.47º91.15%88.63%-
XYZ36.4426.123.78-
YUV130.965.42195.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 64.57%
GREEN value IS 104 (41.02% from 255) = 29.71%
BLUE value IS 20 (8.20% from 255) = 5.71%
R=64.57%
G=29.71%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261042000.540.910.1124.4783.7448.24
HexE268140365BB185430
Octal34215024066133133012460
Binary11100010110100010100011011010110111011110001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26814; }

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

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

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

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

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

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

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

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