#EBCAAE

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

Shades of Desert Sand #EBCAAE

Tints of Desert Sand #EBCAAE

Color information

#EBCAAE (or 0xEBCAAE) is unknown color: approx Desert Sand. HEX triplet: EB, CA and AE. RGB value is (235,202,174). Sum of RGB (Red+Green+Blue) = 235+202+174=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCAAE is #143551. Grayscale: #D0D0D0. Windows color (decimal): -1324370 or 11455211. OLE color: 11455211.

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

Color convert

RGB235202174-
CMYK00.140.260.08
HSL27.54º60.4%80.2%-
HSV(B)27.54º25.96%92.16%-
XYZ63.0262.9648.88-
YUV208.68108.43146.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 202 (79.30% from 255) = 33.06%
BLUE value IS 174 (68.36% from 255) = 28.48%
R=38.46%
G=33.06%
B=28.48%

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
Decimal23520217400.140.260.0827.5460.480.2
HexEBCAAE0E1A81c3c50
Octal35331225601632103474120
Binary11101011110010101010111001110110101000111001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAAE; }

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

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

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

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

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

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

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

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