#EBCCA1

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

Shades of New Tan #EBCCA1

Tints of New Tan #EBCCA1

Color information

#EBCCA1 (or 0xEBCCA1) is unknown color: approx New Tan. HEX triplet: EB, CC and A1. RGB value is (235,204,161). Sum of RGB (Red+Green+Blue) = 235+204+161=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 161 (63.28% from 255 or 26.83% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCCA1 is #14335E. Grayscale: #D0D0D0. Windows color (decimal): -1323871 or 10603755. OLE color: 10603755.

HSL color Cylindrical-coordinate representation of color #EBCCA1: hue angle of 34.86º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBCCA1 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB235204161-
CMYK00.130.310.08
HSL34.86º64.91%77.65%-
HSV(B)34.86º31.49%92.16%-
XYZ62.2963.4242.68-
YUV208.37101.27147-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 204 (80.08% from 255) = 34%
BLUE value IS 161 (63.28% from 255) = 26.83%
R=39.17%
G=34%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520416100.130.310.0834.8664.9177.65
HexEBCCA10D1F823414e
Octal353314241015371043101116
Binary1110101111001100101000010110111111100010001110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCA1; }

 p { color: rgb(235,204,161); }

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

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

 a { background-color: rgb(235,204,161); }

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

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

 span { border-color: rgb(235,204,161); }

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