#EBC7AD

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

Shades of Desert Sand #EBC7AD

Tints of Desert Sand #EBC7AD

Color information

#EBC7AD (or 0xEBC7AD) is unknown color: approx Desert Sand. HEX triplet: EB, C7 and AD. RGB value is (235,199,173). Sum of RGB (Red+Green+Blue) = 235+199+173=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 199 (78.12% from 255 or 32.78% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC7AD is #143852. Grayscale: #CECECE. Windows color (decimal): -1325139 or 11388907. OLE color: 11388907.

HSL color Cylindrical-coordinate representation of color #EBC7AD: hue angle of 25.16º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBC7AD is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235199173-
CMYK00.150.260.08
HSL25.16º60.78%80%-
HSV(B)25.16º26.38%92.16%-
XYZ62.2361.5348.13-
YUV206.8108.93148.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 199 (78.12% from 255) = 32.78%
BLUE value IS 173 (67.97% from 255) = 28.50%
R=38.71%
G=32.78%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519917300.150.260.0825.1660.7880
HexEBC7AD0F1A8193d50
Octal35330725501732103175120
Binary11101011110001111010110101111110101000110011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7AD; }

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

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

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

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

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

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

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

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