Html Css Color HEX #EBC9B0 Desert Sand

📋 copy color: '#EBC9B0'

red 235 ◦ green 201 ◦ blue 176

#EBC9B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Desert Sand #EBC9B0

Tints of Desert Sand #EBC9B0

RGB

 RED value IS 235 (92.19% from 255) = 38.4%

 GREEN value IS 201 (78.91% from 255) = 32.84%

 BLUE value IS 176 (69.14% from 255) = 28.76%

R = 38.4%
G = 32.84%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EBC9B0 (or 0xEBC9B0) is known color: Desert Sand. HEX triplet: EB, C9 and B0. RGB value is (235,201,176). Sum of RGB (Red+Green+Blue) = 235+201+176=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 176 (69.14% from 255 or 28.76% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC9B0 is #14364F. Grayscale: #D0D0D0. Windows color (decimal): -1324624 or 11586027. OLE color: 11586027.

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

Color convert

RGB 235 201 176 -
CMYK 0 0.14 0.25 0.08
HSL 25.42º 0.6% 0.81% -
HSV(B) 25.42º 0.25% 0.92% -
XYZ 62.98 62.57 49.83 -
YUV 208.32 109.76 147.03 -
System Red Green Blue C M Y K H S L
Decimal 235 201 176 0 0.14 0.25 0.08 25.42 0.6 0.81
Hex EB C9 B0 0 E 19 8 19 3C 51
Octal 353 311 260 0 16 31 10 31 74 121
Binary 11101011 11001001 10110000 0 1110 11001 1000 11001 111100 1010001

Color Harmonies of #EBC9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC9B0

Black with #EBC9B0

Text Example


Text Example

White with #EBC9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC9B0; }

 p { color: rgb(235,201,176); }

 H1.HeaderClassName
 {
   color: #EBC9B0;
 }
 .AnyTagClassName
 {
   color: #EBC9B0;
 }
</style>

background-color css

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

 a { background-color: rgb(235,201,176); }

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

border-color css

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

 span { border-color: rgb(235,201,176); }

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