#EBCAAB

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

Shades of Desert Sand #EBCAAB

Tints of Desert Sand #EBCAAB

Color information

#EBCAAB (or 0xEBCAAB) is unknown color: approx Desert Sand. HEX triplet: EB, CA and AB. RGB value is (235,202,171). Sum of RGB (Red+Green+Blue) = 235+202+171=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCAAB is #143554. Grayscale: #D0D0D0. Windows color (decimal): -1324373 or 11258603. OLE color: 11258603.

HSL color Cylindrical-coordinate representation of color #EBCAAB: hue angle of 29.06º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBCAAB is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB235202171-
CMYK00.140.270.08
HSL29.06º61.54%79.61%-
HSV(B)29.06º27.23%92.16%-
XYZ62.7362.8447.35-
YUV208.33106.93147.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 202 (79.30% from 255) = 33.22%
BLUE value IS 171 (67.19% from 255) = 28.12%
R=38.65%
G=33.22%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520217100.140.270.0829.0661.5479.61
HexEBCAAB0E1B81d3e50
Octal35331225301633103576120
Binary11101011110010101010101101110110111000111011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAAB; }

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

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

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

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

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

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

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

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