#EBCDAF

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

Shades of Desert Sand #EBCDAF

Tints of Desert Sand #EBCDAF

Color information

#EBCDAF (or 0xEBCDAF) is unknown color: approx Desert Sand. HEX triplet: EB, CD and AF. RGB value is (235,205,175). Sum of RGB (Red+Green+Blue) = 235+205+175=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCDAF is #143250. Grayscale: #D2D2D2. Windows color (decimal): -1323601 or 11521515. OLE color: 11521515.

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

Color convert

RGB235205175-
CMYK00.130.260.08
HSL30º60%80.39%-
HSV(B)30º25.53%92.16%-
XYZ63.8364.4249.63-
YUV210.55107.94145.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.21%
GREEN value IS 205 (80.47% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 28.46%
R=38.21%
G=33.33%
B=28.46%

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
Decimal23520517500.130.260.08306080.39
HexEBCDAF0D1A81e3c50
Octal35331525701532103674120
Binary11101011110011011010111101101110101000111101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDAF; }

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

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

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

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

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

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

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

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