#EBE7DE

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

Shades of Wild Sand #EBE7DE

Tints of Wild Sand #EBE7DE

Color information

#EBE7DE (or 0xEBE7DE) is unknown color: approx Wild Sand. HEX triplet: EB, E7 and DE. RGB value is (235,231,222). Sum of RGB (Red+Green+Blue) = 235+231+222=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 231 (90.62% from 255 or 33.58% from 688); Blue value is 222 (87.11% from 255 or 32.27% from 688); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE7DE is #141821. Grayscale: #E7E7E7. Windows color (decimal): -1316898 or 14608363. OLE color: 14608363.

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

Color convert

RGB235231222-
CMYK00.020.060.08
HSL41.54º24.53%89.61%-
HSV(B)41.54º5.53%92.16%-
XYZ76.0280.0980.56-
YUV231.17122.83130.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.16%
GREEN value IS 231 (90.62% from 255) = 33.58%
BLUE value IS 222 (87.11% from 255) = 32.27%
R=34.16%
G=33.58%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523122200.020.060.0841.5424.5389.61
HexEBE7DE02682a195a
Octal353347336026105231132
Binary1110101111100111110111100101101000101010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7DE; }

 p { color: rgb(235,231,222); }

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

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

 a { background-color: rgb(235,231,222); }

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

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

 span { border-color: rgb(235,231,222); }

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