#EBCBA1

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

Shades of New Tan #EBCBA1

Tints of New Tan #EBCBA1

Color information

#EBCBA1 (or 0xEBCBA1) is unknown color: approx New Tan. HEX triplet: EB, CB and A1. RGB value is (235,203,161). Sum of RGB (Red+Green+Blue) = 235+203+161=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 161 (63.28% from 255 or 26.88% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCBA1 is #14345E. Grayscale: #CFCFCF. Windows color (decimal): -1324127 or 10603499. OLE color: 10603499.

HSL color Cylindrical-coordinate representation of color #EBCBA1: hue angle of 34.05º 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 #EBCBA1 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB235203161-
CMYK00.140.310.08
HSL34.05º64.91%77.65%-
HSV(B)34.05º31.49%92.16%-
XYZ62.0562.9542.6-
YUV207.78101.6147.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.23%
GREEN value IS 203 (79.69% from 255) = 33.89%
BLUE value IS 161 (63.28% from 255) = 26.88%
R=39.23%
G=33.89%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520316100.140.310.0834.0564.9177.65
HexEBCBA10E1F822414e
Octal353313241016371042101116
Binary1110101111001011101000010111011111100010001010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBA1; }

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

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

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

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

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

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

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

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