#EBCDAE

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

Shades of Desert Sand #EBCDAE

Tints of Desert Sand #EBCDAE

Color information

#EBCDAE (or 0xEBCDAE) is unknown color: approx Desert Sand. HEX triplet: EB, CD and AE. RGB value is (235,205,174). Sum of RGB (Red+Green+Blue) = 235+205+174=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCDAE is #143251. Grayscale: #D2D2D2. Windows color (decimal): -1323602 or 11455979. OLE color: 11455979.

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

Color convert

RGB235205174-
CMYK00.130.260.08
HSL30.49º60.4%80.2%-
HSV(B)30.49º25.96%92.16%-
XYZ63.7364.3849.11-
YUV210.44107.44145.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 205 (80.47% from 255) = 33.39%
BLUE value IS 174 (68.36% from 255) = 28.34%
R=38.27%
G=33.39%
B=28.34%

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
Decimal23520517400.130.260.0830.4960.480.2
HexEBCDAE0D1A81e3c50
Octal35331525601532103674120
Binary11101011110011011010111001101110101000111101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDAE; }

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

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

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

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

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

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

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

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