#E35D16

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

Shades of Chocolate #E35D16

Tints of Chocolate #E35D16

Color information

#E35D16 (or 0xE35D16) is unknown color: approx Chocolate. HEX triplet: E3, 5D and 16. RGB value is (227,93,22). Sum of RGB (Red+Green+Blue) = 227+93+22=342 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.37% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35D16 is #1CA2E9. Grayscale: #7D7D7D. Windows color (decimal): -1876714 or 1465827. OLE color: 1465827.

HSL color Cylindrical-coordinate representation of color #E35D16: hue angle of 20.78º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E35D16 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB2279322-
CMYK00.590.900.11
HSL20.78º82.33%48.82%-
HSV(B)20.78º90.31%89.02%-
XYZ35.7424.223.55-
YUV124.9769.89200.77-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 66.37%
GREEN value IS 93 (36.72% from 255) = 27.19%
BLUE value IS 22 (8.98% from 255) = 6.43%
R=66.37%
G=27.19%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.90
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227932200.590.900.1120.7882.3348.82
HexE35D1603B5AB155231
Octal34313526073132132512261
Binary11100011101110110110011101110110101011101011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35D16; }

 p { color: rgb(227,93,22); }

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

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

 a { background-color: rgb(227,93,22); }

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

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

 span { border-color: rgb(227,93,22); }

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