#EBCAA0

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

Shades of New Tan #EBCAA0

Tints of New Tan #EBCAA0

Color information

#EBCAA0 (or 0xEBCAA0) is unknown color: approx New Tan. HEX triplet: EB, CA and A0. RGB value is (235,202,160). Sum of RGB (Red+Green+Blue) = 235+202+160=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 160 (62.89% from 255 or 26.80% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCAA0 is #14355F. Grayscale: #CFCFCF. Windows color (decimal): -1324384 or 10537707. OLE color: 10537707.

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

Color convert

RGB235202160-
CMYK00.140.320.08
HSL33.6º65.22%77.45%-
HSV(B)33.6º31.91%92.16%-
XYZ61.7362.4442.06-
YUV207.08101.43147.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 160 (62.89% from 255) = 26.80%
R=39.36%
G=33.84%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520216000.140.320.0833.665.2277.45
HexEBCAA00E20822414d
Octal353312240016401042101115
Binary11101011110010101010000001110100000100010001010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAA0; }

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

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

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

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

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

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

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

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