#EBCDB6

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

Shades of Desert Sand #EBCDB6

Tints of Desert Sand #EBCDB6

Color information

#EBCDB6 (or 0xEBCDB6) is unknown color: approx Desert Sand. HEX triplet: EB, CD and B6. RGB value is (235,205,182). Sum of RGB (Red+Green+Blue) = 235+205+182=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 182 (71.48% from 255 or 29.26% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDB6 is #143249. Grayscale: #D3D3D3. Windows color (decimal): -1323594 or 11980267. OLE color: 11980267.

HSL color Cylindrical-coordinate representation of color #EBCDB6: hue angle of 26.04º 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 #EBCDB6 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235205182-
CMYK00.130.230.08
HSL26.04º56.99%81.76%-
HSV(B)26.04º22.55%92.16%-
XYZ64.5464.753.34-
YUV211.35111.44144.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.78%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 182 (71.48% from 255) = 29.26%
R=37.78%
G=32.96%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520518200.130.230.0826.0456.9981.76
HexEBCDB60D1781a3952
Octal35331526601527103271122
Binary11101011110011011011011001101101111000110101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDB6; }

 p { color: rgb(235,205,182); }

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

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

 a { background-color: rgb(235,205,182); }

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

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

 span { border-color: rgb(235,205,182); }

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