#EBC49A

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

Shades of New Tan #EBC49A

Tints of New Tan #EBC49A

Color information

#EBC49A (or 0xEBC49A) is unknown color: approx New Tan. HEX triplet: EB, C4 and 9A. RGB value is (235,196,154). Sum of RGB (Red+Green+Blue) = 235+196+154=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC49A is #143B65. Grayscale: #CBCBCB. Windows color (decimal): -1325926 or 10142955. OLE color: 10142955.

HSL color Cylindrical-coordinate representation of color #EBC49A: hue angle of 31.11º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBC49A is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235196154-
CMYK00.170.340.08
HSL31.11º66.94%76.27%-
HSV(B)31.11º34.47%92.16%-
XYZ59.8359.4838.9-
YUV202.87100.42150.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 196 (76.95% from 255) = 33.50%
BLUE value IS 154 (60.55% from 255) = 26.32%
R=40.17%
G=33.50%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519615400.170.340.0831.1166.9476.27
HexEBC49A0112281f434c
Octal353304232021421037103114
Binary11101011110001001001101001000110001010001111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC49A; }

 p { color: rgb(235,196,154); }

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

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

 a { background-color: rgb(235,196,154); }

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

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

 span { border-color: rgb(235,196,154); }

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