Html Css Color HEX #EBC9AA Desert Sand

📋 copy color: '#EBC9AA'

red 235 ◦ green 201 ◦ blue 170

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

Shades of Desert Sand #EBC9AA

Tints of Desert Sand #EBC9AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.05%

R = 38.78%
G = 33.17%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EBC9AA (or 0xEBC9AA) is known color: Desert Sand. HEX triplet: EB, C9 and AA. RGB value is (235,201,170). Sum of RGB (Red+Green+Blue) = 235+201+170=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC9AA is #143655. Grayscale: #CFCFCF. Windows color (decimal): -1324630 or 11192811. OLE color: 11192811.

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

Color convert

RGB 235 201 170 -
CMYK 0 0.14 0.28 0.08
HSL 28.62º 0.62% 0.79% -
HSV(B) 28.62º 0.28% 0.92% -
XYZ 62.4 62.34 46.77 -
YUV 207.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 235 201 170 0 0.14 0.28 0.08 28.62 0.62 0.79
Hex EB C9 AA 0 E 1C 8 1D 3E 4F
Octal 353 311 252 0 16 34 10 35 76 117
Binary 11101011 11001001 10101010 0 1110 11100 1000 11101 111110 1001111

Color Harmonies of #EBC9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC9AA

Black with #EBC9AA

Text Example


Text Example

White with #EBC9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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