#E95F1B

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

Shades of Chocolate #E95F1B

Tints of Chocolate #E95F1B

Color information

#E95F1B (or 0xE95F1B) is unknown color: approx Chocolate. HEX triplet: E9, 5F and 1B. RGB value is (233,95,27). Sum of RGB (Red+Green+Blue) = 233+95+27=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95F1B is #16A0E4. Grayscale: #808080. Windows color (decimal): -1482981 or 1794025. OLE color: 1794025.

HSL color Cylindrical-coordinate representation of color #E95F1B: hue angle of 19.81º 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 #E95F1B is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB2339527-
CMYK00.590.880.09
HSL19.81º82.4%50.98%-
HSV(B)19.81º88.41%91.37%-
XYZ37.8925.593.98-
YUV128.5170.72202.53-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 65.63%
GREEN value IS 95 (37.5% from 255) = 26.76%
BLUE value IS 27 (10.94% from 255) = 7.61%
R=65.63%
G=26.76%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233952700.590.880.0919.8182.450.98
HexE95F1B03B589145233
Octal35113733073130112412263
Binary11101001101111111011011101110110001001101001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95F1B; }

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

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

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

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

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

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

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

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