#EBCBA0

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

Shades of New Tan #EBCBA0

Tints of New Tan #EBCBA0

Color information

#EBCBA0 (or 0xEBCBA0) is unknown color: approx New Tan. HEX triplet: EB, CB and A0. RGB value is (235,203,160). Sum of RGB (Red+Green+Blue) = 235+203+160=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCBA0 is #14345F. Grayscale: #CFCFCF. Windows color (decimal): -1324128 or 10537963. OLE color: 10537963.

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

Color convert

RGB235203160-
CMYK00.140.320.08
HSL34.4º65.22%77.45%-
HSV(B)34.4º31.91%92.16%-
XYZ61.9662.9142.14-
YUV207.67101.1147.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 203 (79.69% from 255) = 33.95%
BLUE value IS 160 (62.89% from 255) = 26.76%
R=39.30%
G=33.95%
B=26.76%

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
Decimal23520316000.140.320.0834.465.2277.45
HexEBCBA00E20822414d
Octal353313240016401042101115
Binary11101011110010111010000001110100000100010001010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBA0; }

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

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

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

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

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

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

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

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