#EBCBAC

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

Shades of Desert Sand #EBCBAC

Tints of Desert Sand #EBCBAC

Color information

#EBCBAC (or 0xEBCBAC) is unknown color: approx Desert Sand. HEX triplet: EB, CB and AC. RGB value is (235,203,172). Sum of RGB (Red+Green+Blue) = 235+203+172=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCBAC is #143453. Grayscale: #D1D1D1. Windows color (decimal): -1324116 or 11324395. OLE color: 11324395.

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

Color convert

RGB235203172-
CMYK00.140.270.08
HSL29.52º61.17%79.8%-
HSV(B)29.52º26.81%92.16%-
XYZ63.0663.3547.93-
YUV209.03107.1146.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 203 (79.69% from 255) = 33.28%
BLUE value IS 172 (67.58% from 255) = 28.20%
R=38.52%
G=33.28%
B=28.20%

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
Decimal23520317200.140.270.0829.5261.1779.8
HexEBCBAC0E1B81e3d50
Octal35331325401633103675120
Binary11101011110010111010110001110110111000111101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBAC; }

 p { color: rgb(235,203,172); }

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

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

 a { background-color: rgb(235,203,172); }

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

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

 span { border-color: rgb(235,203,172); }

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