Html Css Color HEX #EBC8AA Desert Sand

📋 copy color: '#EBC8AA'

red 235 ◦ green 200 ◦ blue 170

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

Shades of Desert Sand #EBC8AA

Tints of Desert Sand #EBC8AA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.06%

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

R = 38.84%
G = 33.06%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EBC8AA (or 0xEBC8AA) is known color: Desert Sand. HEX triplet: EB, C8 and AA. RGB value is (235,200,170). Sum of RGB (Red+Green+Blue) = 235+200+170=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC8AA is #143755. Grayscale: #CFCFCF. Windows color (decimal): -1324886 or 11192555. OLE color: 11192555.

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

Color convert

RGB 235 200 170 -
CMYK 0 0.15 0.28 0.08
HSL 27.69º 0.62% 0.79% -
HSV(B) 27.69º 0.28% 0.92% -
XYZ 62.17 61.87 46.7 -
YUV 207.05 107.1 147.94 -
System Red Green Blue C M Y K H S L
Decimal 235 200 170 0 0.15 0.28 0.08 27.69 0.62 0.79
Hex EB C8 AA 0 F 1C 8 1C 3E 4F
Octal 353 310 252 0 17 34 10 34 76 117
Binary 11101011 11001000 10101010 0 1111 11100 1000 11100 111110 1001111

Color Harmonies of #EBC8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC8AA

Black with #EBC8AA

Text Example


Text Example

White with #EBC8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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