#E95E1B

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

Shades of Chocolate #E95E1B

Tints of Chocolate #E95E1B

Color information

#E95E1B (or 0xE95E1B) is unknown color: approx Chocolate. HEX triplet: E9, 5E and 1B. RGB value is (233,94,27). Sum of RGB (Red+Green+Blue) = 233+94+27=354 (46% of max value = 765). Red value is 233 (91.41% from 255 or 65.82% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 233 - color contains mainly: red. Hex color #E95E1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95E1B is #16A1E4. Grayscale: #808080. Windows color (decimal): -1483237 or 1793769. OLE color: 1793769.

HSL color Cylindrical-coordinate representation of color #E95E1B: hue angle of 19.51º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E95E1B is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB2339427-
CMYK00.600.880.09
HSL19.51º82.4%50.98%-
HSV(B)19.51º88.41%91.37%-
XYZ37.825.413.95-
YUV127.9271.05202.95-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 65.82%
GREEN value IS 94 (37.11% from 255) = 26.55%
BLUE value IS 27 (10.94% from 255) = 7.63%
R=65.82%
G=26.55%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.88
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233942700.600.880.0919.5182.450.98
HexE95E1B03C589145233
Octal35113633074130112412263
Binary11101001101111011011011110010110001001101001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95E1B; }

 p { color: rgb(233,94,27); }

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

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

 a { background-color: rgb(233,94,27); }

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

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

 span { border-color: rgb(233,94,27); }

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