#EBE6DB

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

Shades of Wild Sand #EBE6DB

Tints of Wild Sand #EBE6DB

Color information

#EBE6DB (or 0xEBE6DB) is unknown color: approx Wild Sand. HEX triplet: EB, E6 and DB. RGB value is (235,230,219). Sum of RGB (Red+Green+Blue) = 235+230+219=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 230 (90.23% from 255 or 33.63% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE6DB is #141924. Grayscale: #E6E6E6. Windows color (decimal): -1317157 or 14411499. OLE color: 14411499.

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

Color convert

RGB235230219-
CMYK00.020.070.08
HSL41.25º28.57%89.02%-
HSV(B)41.25º6.81%92.16%-
XYZ75.3479.3778.37-
YUV230.24121.66131.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 230 (90.23% from 255) = 33.63%
BLUE value IS 219 (85.94% from 255) = 32.02%
R=34.36%
G=33.63%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523021900.020.070.0841.2528.5789.02
HexEBE6DB0278291d59
Octal353346333027105135131
Binary1110101111100110110110110101111000101001111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6DB; }

 p { color: rgb(235,230,219); }

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

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

 a { background-color: rgb(235,230,219); }

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

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

 span { border-color: rgb(235,230,219); }

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