#EBC6AE

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

Shades of Desert Sand #EBC6AE

Tints of Desert Sand #EBC6AE

Color information

#EBC6AE (or 0xEBC6AE) is unknown color: approx Desert Sand. HEX triplet: EB, C6 and AE. RGB value is (235,198,174). Sum of RGB (Red+Green+Blue) = 235+198+174=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC6AE is #143951. Grayscale: #CECECE. Windows color (decimal): -1325394 or 11454187. OLE color: 11454187.

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

Color convert

RGB235198174-
CMYK00.160.260.08
HSL23.61º60.4%80.2%-
HSV(B)23.61º25.96%92.16%-
XYZ62.161.1148.57-
YUV206.33109.76148.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 198 (77.73% from 255) = 32.62%
BLUE value IS 174 (68.36% from 255) = 28.67%
R=38.71%
G=32.62%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519817400.160.260.0823.6160.480.2
HexEBC6AE0101A8183c50
Octal35330625602032103074120
Binary111010111100011010101110010000110101000110001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC6AE; }

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

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

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

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

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

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

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

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