#EBCEB0

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

Shades of Desert Sand #EBCEB0

Tints of Desert Sand #EBCEB0

Color information

#EBCEB0 (or 0xEBCEB0) is unknown color: approx Desert Sand. HEX triplet: EB, CE and B0. RGB value is (235,206,176). Sum of RGB (Red+Green+Blue) = 235+206+176=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCEB0 is #14314F. Grayscale: #D3D3D3. Windows color (decimal): -1323344 or 11587307. OLE color: 11587307.

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

Color convert

RGB235206176-
CMYK00.120.250.08
HSL30.51º59.6%80.59%-
HSV(B)30.51º25.11%92.16%-
XYZ64.1764.9450.23-
YUV211.25108.11144.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 206 (80.86% from 255) = 33.39%
BLUE value IS 176 (69.14% from 255) = 28.53%
R=38.09%
G=33.39%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520617600.120.250.0830.5159.680.59
HexEBCEB00C1981f3c51
Octal35331626001431103774121
Binary11101011110011101011000001100110011000111111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCEB0; }

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

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

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

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

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

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

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

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