#EBCFB8

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

Shades of Desert Sand #EBCFB8

Tints of Desert Sand #EBCFB8

Color information

#EBCFB8 (or 0xEBCFB8) is unknown color: approx Desert Sand. HEX triplet: EB, CF and B8. RGB value is (235,207,184). Sum of RGB (Red+Green+Blue) = 235+207+184=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 184 (72.27% from 255 or 29.39% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFB8 is #143047. Grayscale: #D4D4D4. Windows color (decimal): -1323080 or 12111851. OLE color: 12111851.

HSL color Cylindrical-coordinate representation of color #EBCFB8: hue angle of 27.06º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBCFB8 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB235207184-
CMYK00.120.220.08
HSL27.06º56.04%82.16%-
HSV(B)27.06º21.7%92.16%-
XYZ65.2365.7554.6-
YUV212.75111.78143.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 184 (72.27% from 255) = 29.39%
R=37.54%
G=33.07%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520718400.120.220.0827.0656.0482.16
HexEBCFB80C1681b3852
Octal35331727001426103370122
Binary11101011110011111011100001100101101000110111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFB8; }

 p { color: rgb(235,207,184); }

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

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

 a { background-color: rgb(235,207,184); }

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

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

 span { border-color: rgb(235,207,184); }

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