#EBCFB5

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

Shades of Desert Sand #EBCFB5

Tints of Desert Sand #EBCFB5

Color information

#EBCFB5 (or 0xEBCFB5) is unknown color: approx Desert Sand. HEX triplet: EB, CF and B5. RGB value is (235,207,181). Sum of RGB (Red+Green+Blue) = 235+207+181=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 181 (71.09% from 255 or 29.05% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFB5 is #14304A. Grayscale: #D4D4D4. Windows color (decimal): -1323083 or 11915243. OLE color: 11915243.

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

Color convert

RGB235207181-
CMYK00.120.230.08
HSL28.89º57.45%81.57%-
HSV(B)28.89º22.98%92.16%-
XYZ64.9165.6252.96-
YUV212.41110.28144.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 207 (81.25% from 255) = 33.23%
BLUE value IS 181 (71.09% from 255) = 29.05%
R=37.72%
G=33.23%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520718100.120.230.0828.8957.4581.57
HexEBCFB50C1781d3952
Octal35331726501427103571122
Binary11101011110011111011010101100101111000111011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFB5; }

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

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

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

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

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

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

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

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