#EBC7B0

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

Shades of Desert Sand #EBC7B0

Tints of Desert Sand #EBC7B0

Color information

#EBC7B0 (or 0xEBC7B0) is unknown color: approx Desert Sand. HEX triplet: EB, C7 and B0. RGB value is (235,199,176). Sum of RGB (Red+Green+Blue) = 235+199+176=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 176 (69.14% from 255 or 28.85% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC7B0 is #14384F. Grayscale: #CFCFCF. Windows color (decimal): -1325136 or 11585515. OLE color: 11585515.

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

Color convert

RGB235199176-
CMYK00.150.250.08
HSL23.39º59.6%80.59%-
HSV(B)23.39º25.11%92.16%-
XYZ62.5261.6449.68-
YUV207.14110.43147.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 199 (78.12% from 255) = 32.62%
BLUE value IS 176 (69.14% from 255) = 28.85%
R=38.52%
G=32.62%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519917600.150.250.0823.3959.680.59
HexEBC7B00F198173c51
Octal35330726001731102774121
Binary11101011110001111011000001111110011000101111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7B0; }

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

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

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

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

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

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

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

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