#EBCDAD

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

Shades of Desert Sand #EBCDAD

Tints of Desert Sand #EBCDAD

Color information

#EBCDAD (or 0xEBCDAD) is unknown color: approx Desert Sand. HEX triplet: EB, CD and AD. RGB value is (235,205,173). Sum of RGB (Red+Green+Blue) = 235+205+173=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCDAD is #143252. Grayscale: #D2D2D2. Windows color (decimal): -1323603 or 11390443. OLE color: 11390443.

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

Color convert

RGB235205173-
CMYK00.130.260.08
HSL30.97º60.78%80%-
HSV(B)30.97º26.38%92.16%-
XYZ63.6464.3448.6-
YUV210.32106.94145.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 205 (80.47% from 255) = 33.44%
BLUE value IS 173 (67.97% from 255) = 28.22%
R=38.34%
G=33.44%
B=28.22%

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
Decimal23520517300.130.260.0830.9760.7880
HexEBCDAD0D1A81f3d50
Octal35331525501532103775120
Binary11101011110011011010110101101110101000111111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDAD; }

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

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

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

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

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

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

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

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