#EBC095

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

Shades of New Tan #EBC095

Tints of New Tan #EBC095

Color information

#EBC095 (or 0xEBC095) is unknown color: approx New Tan. HEX triplet: EB, C0 and 95. RGB value is (235,192,149). Sum of RGB (Red+Green+Blue) = 235+192+149=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 149 (58.59% from 255 or 25.87% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC095 is #143F6A. Grayscale: #C8C8C8. Windows color (decimal): -1326955 or 9814251. OLE color: 9814251.

HSL color Cylindrical-coordinate representation of color #EBC095: hue angle of 30º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBC095 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB235192149-
CMYK00.180.370.08
HSL30º68.25%75.29%-
HSV(B)30º36.6%92.16%-
XYZ58.5457.5336.45-
YUV199.9699.25153-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.80%
GREEN value IS 192 (75.39% from 255) = 33.33%
BLUE value IS 149 (58.59% from 255) = 25.87%
R=40.80%
G=33.33%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519214900.180.370.083068.2575.29
HexEBC0950122581e444b
Octal353300225022451036104113
Binary11101011110000001001010101001010010110001111010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC095; }

 p { color: rgb(235,192,149); }

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

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

 a { background-color: rgb(235,192,149); }

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

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

 span { border-color: rgb(235,192,149); }

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