#EBC6AC

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

Shades of Desert Sand #EBC6AC

Tints of Desert Sand #EBC6AC

Color information

#EBC6AC (or 0xEBC6AC) is unknown color: approx Desert Sand. HEX triplet: EB, C6 and AC. RGB value is (235,198,172). Sum of RGB (Red+Green+Blue) = 235+198+172=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 198 (77.73% from 255 or 32.73% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC6AC is #143953. Grayscale: #CECECE. Windows color (decimal): -1325396 or 11323115. OLE color: 11323115.

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

Color convert

RGB235198172-
CMYK00.160.270.08
HSL24.76º61.17%79.8%-
HSV(B)24.76º26.81%92.16%-
XYZ61.961.0347.55-
YUV206.1108.76148.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 198 (77.73% from 255) = 32.73%
BLUE value IS 172 (67.58% from 255) = 28.43%
R=38.84%
G=32.73%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519817200.160.270.0824.7661.1779.8
HexEBC6AC0101B8193d50
Octal35330625402033103175120
Binary111010111100011010101100010000110111000110011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC6AC; }

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

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

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

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

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

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

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

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