#EBCAAF

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

Shades of Desert Sand #EBCAAF

Tints of Desert Sand #EBCAAF

Color information

#EBCAAF (or 0xEBCAAF) is unknown color: approx Desert Sand. HEX triplet: EB, CA and AF. RGB value is (235,202,175). Sum of RGB (Red+Green+Blue) = 235+202+175=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCAAF is #143550. Grayscale: #D0D0D0. Windows color (decimal): -1324369 or 11520747. OLE color: 11520747.

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

Color convert

RGB235202175-
CMYK00.140.260.08
HSL27º60%80.39%-
HSV(B)27º25.53%92.16%-
XYZ63.126349.39-
YUV208.79108.93146.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 202 (79.30% from 255) = 33.01%
BLUE value IS 175 (68.75% from 255) = 28.59%
R=38.40%
G=33.01%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520217500.140.260.08276080.39
HexEBCAAF0E1A81b3c50
Octal35331225701632103374120
Binary11101011110010101010111101110110101000110111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAAF; }

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

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

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

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

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

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

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

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