#EBCCA2

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

Shades of New Tan #EBCCA2

Tints of New Tan #EBCCA2

Color information

#EBCCA2 (or 0xEBCCA2) is unknown color: approx New Tan. HEX triplet: EB, CC and A2. RGB value is (235,204,162). Sum of RGB (Red+Green+Blue) = 235+204+162=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCCA2 is #14335D. Grayscale: #D0D0D0. Windows color (decimal): -1323870 or 10669291. OLE color: 10669291.

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

Color convert

RGB235204162-
CMYK00.130.310.08
HSL34.52º64.6%77.84%-
HSV(B)34.52º31.06%92.16%-
XYZ62.3863.4643.14-
YUV208.48101.77146.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 162 (63.67% from 255) = 26.96%
R=39.10%
G=33.94%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520416200.130.310.0834.5264.677.84
HexEBCCA20D1F823414e
Octal353314242015371043101116
Binary1110101111001100101000100110111111100010001110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCA2; }

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

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

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

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

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

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

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

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