#EBC7B2

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

Shades of Desert Sand #EBC7B2

Tints of Desert Sand #EBC7B2

Color information

#EBC7B2 (or 0xEBC7B2) is unknown color: approx Desert Sand. HEX triplet: EB, C7 and B2. RGB value is (235,199,178). Sum of RGB (Red+Green+Blue) = 235+199+178=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 178 (69.92% from 255 or 29.08% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC7B2 is #14384D. Grayscale: #CFCFCF. Windows color (decimal): -1325134 or 11716587. OLE color: 11716587.

HSL color Cylindrical-coordinate representation of color #EBC7B2: hue angle of 22.11º degrees, saturation: 0.59, 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 #EBC7B2 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB235199178-
CMYK00.150.240.08
HSL22.11º58.76%80.98%-
HSV(B)22.11º24.26%92.16%-
XYZ62.7261.7250.73-
YUV207.37111.43147.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 199 (78.12% from 255) = 32.52%
BLUE value IS 178 (69.92% from 255) = 29.08%
R=38.40%
G=32.52%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519917800.150.240.0822.1158.7680.98
HexEBC7B20F188163b51
Octal35330726201730102673121
Binary11101011110001111011001001111110001000101101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7B2; }

 p { color: rgb(235,199,178); }

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

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

 a { background-color: rgb(235,199,178); }

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

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

 span { border-color: rgb(235,199,178); }

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