#EBCAB5

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

Shades of Desert Sand #EBCAB5

Tints of Desert Sand #EBCAB5

Color information

#EBCAB5 (or 0xEBCAB5) is unknown color: approx Desert Sand. HEX triplet: EB, CA and B5. RGB value is (235,202,181). Sum of RGB (Red+Green+Blue) = 235+202+181=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 181 (71.09% from 255 or 29.29% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAB5 is #14354A. Grayscale: #D1D1D1. Windows color (decimal): -1324363 or 11913963. OLE color: 11913963.

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

Color convert

RGB235202181-
CMYK00.140.230.08
HSL23.33º57.45%81.57%-
HSV(B)23.33º22.98%92.16%-
XYZ63.7263.2452.56-
YUV209.47111.93146.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 202 (79.30% from 255) = 32.69%
BLUE value IS 181 (71.09% from 255) = 29.29%
R=38.03%
G=32.69%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520218100.140.230.0823.3357.4581.57
HexEBCAB50E178173952
Octal35331226501627102771122
Binary11101011110010101011010101110101111000101111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAB5; }

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

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

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

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

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

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

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

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