#EBC7AC

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

Shades of Desert Sand #EBC7AC

Tints of Desert Sand #EBC7AC

Color information

#EBC7AC (or 0xEBC7AC) is unknown color: approx Desert Sand. HEX triplet: EB, C7 and AC. RGB value is (235,199,172). Sum of RGB (Red+Green+Blue) = 235+199+172=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC7AC is #143853. Grayscale: #CECECE. Windows color (decimal): -1325140 or 11323371. OLE color: 11323371.

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

Color convert

RGB235199172-
CMYK00.150.270.08
HSL25.71º61.17%79.8%-
HSV(B)25.71º26.81%92.16%-
XYZ62.1361.4947.62-
YUV206.69108.43148.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 199 (78.12% from 255) = 32.84%
BLUE value IS 172 (67.58% from 255) = 28.38%
R=38.78%
G=32.84%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519917200.150.270.0825.7161.1779.8
HexEBC7AC0F1B81a3d50
Octal35330725401733103275120
Binary11101011110001111010110001111110111000110101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7AC; }

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

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

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

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

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

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

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

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