#EBCAB1

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

Shades of Desert Sand #EBCAB1

Tints of Desert Sand #EBCAB1

Color information

#EBCAB1 (or 0xEBCAB1) is unknown color: approx Desert Sand. HEX triplet: EB, CA and B1. RGB value is (235,202,177). Sum of RGB (Red+Green+Blue) = 235+202+177=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 177 (69.53% from 255 or 28.83% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCAB1 is #14354E. Grayscale: #D1D1D1. Windows color (decimal): -1324367 or 11651819. OLE color: 11651819.

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

Color convert

RGB235202177-
CMYK00.140.250.08
HSL25.86º59.18%80.78%-
HSV(B)25.86º24.68%92.16%-
XYZ63.3263.0850.43-
YUV209.02109.93146.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 202 (79.30% from 255) = 32.90%
BLUE value IS 177 (69.53% from 255) = 28.83%
R=38.27%
G=32.90%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520217700.140.250.0825.8659.1880.78
HexEBCAB10E1981a3b51
Octal35331226101631103273121
Binary11101011110010101011000101110110011000110101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAB1; }

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

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

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

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

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

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

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

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