#EBCBA4

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

Shades of New Tan #EBCBA4

Tints of New Tan #EBCBA4

Color information

#EBCBA4 (or 0xEBCBA4) is unknown color: approx New Tan. HEX triplet: EB, CB and A4. RGB value is (235,203,164). Sum of RGB (Red+Green+Blue) = 235+203+164=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 164 (64.45% from 255 or 27.24% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCBA4 is #14345B. Grayscale: #D0D0D0. Windows color (decimal): -1324124 or 10800107. OLE color: 10800107.

HSL color Cylindrical-coordinate representation of color #EBCBA4: hue angle of 32.96º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBCBA4 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235203164-
CMYK00.140.300.08
HSL32.96º63.96%78.24%-
HSV(B)32.96º30.21%92.16%-
XYZ62.3263.0544.01-
YUV208.12103.1147.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 203 (79.69% from 255) = 33.72%
BLUE value IS 164 (64.45% from 255) = 27.24%
R=39.04%
G=33.72%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520316400.140.300.0832.9663.9678.24
HexEBCBA40E1E821404e
Octal353313244016361041100116
Binary1110101111001011101001000111011110100010000110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBA4; }

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

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

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

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

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

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

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

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