#E1681F

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

Shades of Chocolate #E1681F

Tints of Chocolate #E1681F

Color information

#E1681F (or 0xE1681F) is unknown color: approx Chocolate. HEX triplet: E1, 68 and 1F. RGB value is (225,104,31). Sum of RGB (Red+Green+Blue) = 225+104+31=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E1681F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1681F is #1E97E0. Grayscale: #848484. Windows color (decimal): -2004961 or 2058465. OLE color: 2058465.

HSL color Cylindrical-coordinate representation of color #E1681F: hue angle of 22.58º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1681F is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB22510431-
CMYK00.540.860.12
HSL22.58º76.38%50.2%-
HSV(B)22.58º86.22%88.24%-
XYZ36.2526.014.41-
YUV131.8671.09194.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 62.5%
GREEN value IS 104 (41.02% from 255) = 28.89%
BLUE value IS 31 (12.5% from 255) = 8.61%
R=62.5%
G=28.89%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251043100.540.860.1222.5876.3850.2
HexE1681F03656C174c32
Octal34115037066126142711462
Binary11100001110100011111011011010101101100101111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1681F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1681F; }

 p { color: rgb(225,104,31); }

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

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

 a { background-color: rgb(225,104,31); }

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

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

 span { border-color: rgb(225,104,31); }

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