#EBE8E2

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

Shades of Wild Sand #EBE8E2

Tints of Wild Sand #EBE8E2

Color information

#EBE8E2 (or 0xEBE8E2) is unknown color: approx Wild Sand. HEX triplet: EB, E8 and E2. RGB value is (235,232,226). Sum of RGB (Red+Green+Blue) = 235+232+226=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 226 (88.67% from 255 or 32.61% from 693); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8E2 is #14171D. Grayscale: #E8E8E8. Windows color (decimal): -1316638 or 14870763. OLE color: 14870763.

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

Color convert

RGB235232226-
CMYK00.010.040.08
HSL40º18.37%90.39%-
HSV(B)40º3.83%92.16%-
XYZ76.8580.8783.51-
YUV232.21124.49129.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.91%
GREEN value IS 232 (91.02% from 255) = 33.48%
BLUE value IS 226 (88.67% from 255) = 32.61%
R=33.91%
G=33.48%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523222600.010.040.084018.3790.39
HexEBE8E2014828125a
Octal353350342014105022132
Binary111010111110100011100010011001000101000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8E2; }

 p { color: rgb(235,232,226); }

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

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

 a { background-color: rgb(235,232,226); }

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

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

 span { border-color: rgb(235,232,226); }

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