#EBCFB3

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

Shades of Desert Sand #EBCFB3

Tints of Desert Sand #EBCFB3

Color information

#EBCFB3 (or 0xEBCFB3) is unknown color: approx Desert Sand. HEX triplet: EB, CF and B3. RGB value is (235,207,179). Sum of RGB (Red+Green+Blue) = 235+207+179=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 179 (70.31% from 255 or 28.82% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFB3 is #14304C. Grayscale: #D4D4D4. Windows color (decimal): -1323085 or 11784171. OLE color: 11784171.

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

Color convert

RGB235207179-
CMYK00.120.240.08
HSL30º58.33%81.18%-
HSV(B)30º23.83%92.16%-
XYZ64.7165.5451.89-
YUV212.18109.28144.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 207 (81.25% from 255) = 33.33%
BLUE value IS 179 (70.31% from 255) = 28.82%
R=37.84%
G=33.33%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520717900.120.240.083058.3381.18
HexEBCFB30C1881e3a51
Octal35331726301430103672121
Binary11101011110011111011001101100110001000111101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFB3; }

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

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

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

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

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

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

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

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