#EBCCAD

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

Shades of Desert Sand #EBCCAD

Tints of Desert Sand #EBCCAD

Color information

#EBCCAD (or 0xEBCCAD) is unknown color: approx Desert Sand. HEX triplet: EB, CC and AD. RGB value is (235,204,173). Sum of RGB (Red+Green+Blue) = 235+204+173=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCCAD is #143352. Grayscale: #D1D1D1. Windows color (decimal): -1323859 or 11390187. OLE color: 11390187.

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

Color convert

RGB235204173-
CMYK00.130.260.08
HSL30º60.78%80%-
HSV(B)30º26.38%92.16%-
XYZ63.463.8748.52-
YUV209.74107.27146.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 204 (80.08% from 255) = 33.33%
BLUE value IS 173 (67.97% from 255) = 28.27%
R=38.40%
G=33.33%
B=28.27%

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
Decimal23520417300.130.260.083060.7880
HexEBCCAD0D1A81e3d50
Octal35331425501532103675120
Binary11101011110011001010110101101110101000111101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCAD; }

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

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

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

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

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

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

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

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