#EBCCAF

Color #EBCCAF Desert Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Desert Sand #EBCCAF

Tints of Desert Sand #EBCCAF

Color information

#EBCCAF (or 0xEBCCAF) is unknown color: approx Desert Sand. HEX triplet: EB, CC and AF. RGB value is (235,204,175). Sum of RGB (Red+Green+Blue) = 235+204+175=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCCAF is #143350. Grayscale: #D2D2D2. Windows color (decimal): -1323857 or 11521259. OLE color: 11521259.

HSL color Cylindrical-coordinate representation of color #EBCCAF: hue angle of 29º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBCCAF is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235204175-
CMYK00.130.260.08
HSL29º60%80.39%-
HSV(B)29º25.53%92.16%-
XYZ63.5963.9449.55-
YUV209.96108.27145.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 204 (80.08% from 255) = 33.22%
BLUE value IS 175 (68.75% from 255) = 28.50%
R=38.27%
G=33.22%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520417500.130.260.08296080.39
HexEBCCAF0D1A81d3c50
Octal35331425701532103574120
Binary11101011110011001010111101101110101000111011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCAF; }

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

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

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

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

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

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

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

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