#EBCFB9

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

Shades of Desert Sand #EBCFB9

Tints of Desert Sand #EBCFB9

Color information

#EBCFB9 (or 0xEBCFB9) is unknown color: approx Desert Sand. HEX triplet: EB, CF and B9. RGB value is (235,207,185). Sum of RGB (Red+Green+Blue) = 235+207+185=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 185 (72.66% from 255 or 29.51% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFB9 is #143046. Grayscale: #D4D4D4. Windows color (decimal): -1323079 or 12177387. OLE color: 12177387.

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

Color convert

RGB235207185-
CMYK00.120.210.08
HSL26.4º55.56%82.35%-
HSV(B)26.4º21.28%92.16%-
XYZ65.3365.7955.15-
YUV212.86112.28143.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.48%
GREEN value IS 207 (81.25% from 255) = 33.01%
BLUE value IS 185 (72.66% from 255) = 29.51%
R=37.48%
G=33.01%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520718500.120.210.0826.455.5682.35
HexEBCFB90C1581a3852
Octal35331727101425103270122
Binary11101011110011111011100101100101011000110101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFB9; }

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

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

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

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

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

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

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

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