#EBCAA1

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

Shades of New Tan #EBCAA1

Tints of New Tan #EBCAA1

Color information

#EBCAA1 (or 0xEBCAA1) is unknown color: approx New Tan. HEX triplet: EB, CA and A1. RGB value is (235,202,161). Sum of RGB (Red+Green+Blue) = 235+202+161=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 161 (63.28% from 255 or 26.92% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCAA1 is #14355E. Grayscale: #CFCFCF. Windows color (decimal): -1324383 or 10603243. OLE color: 10603243.

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

Color convert

RGB235202161-
CMYK00.140.310.08
HSL33.24º64.91%77.65%-
HSV(B)33.24º31.49%92.16%-
XYZ61.8162.4842.52-
YUV207.19101.93147.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 202 (79.30% from 255) = 33.78%
BLUE value IS 161 (63.28% from 255) = 26.92%
R=39.30%
G=33.78%
B=26.92%

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
Decimal23520216100.140.310.0833.2464.9177.65
HexEBCAA10E1F821414e
Octal353312241016371041101116
Binary1110101111001010101000010111011111100010000110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAA1; }

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

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

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

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

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

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

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

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