#EBCAA2

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

Shades of New Tan #EBCAA2

Tints of New Tan #EBCAA2

Color information

#EBCAA2 (or 0xEBCAA2) is unknown color: approx New Tan. HEX triplet: EB, CA and A2. RGB value is (235,202,162). Sum of RGB (Red+Green+Blue) = 235+202+162=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 162 (63.67% from 255 or 27.05% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCAA2 is #14355D. Grayscale: #CFCFCF. Windows color (decimal): -1324382 or 10668779. OLE color: 10668779.

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

Color convert

RGB235202162-
CMYK00.140.310.08
HSL32.88º64.6%77.84%-
HSV(B)32.88º31.06%92.16%-
XYZ61.962.5142.99-
YUV207.31102.43147.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.23%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 162 (63.67% from 255) = 27.05%
R=39.23%
G=33.72%
B=27.05%

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
Decimal23520216200.140.310.0832.8864.677.84
HexEBCAA20E1F821414e
Octal353312242016371041101116
Binary1110101111001010101000100111011111100010000110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAA2; }

 p { color: rgb(235,202,162); }

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

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

 a { background-color: rgb(235,202,162); }

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

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

 span { border-color: rgb(235,202,162); }

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