Html Css Color HEX #EBC6AA Desert Sand

📋 copy color: '#EBC6AA'

red 235 ◦ green 198 ◦ blue 170

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

Shades of Desert Sand #EBC6AA

Tints of Desert Sand #EBC6AA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.84%

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

R = 38.97%
G = 32.84%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EBC6AA (or 0xEBC6AA) is known color: Desert Sand. HEX triplet: EB, C6 and AA. RGB value is (235,198,170). Sum of RGB (Red+Green+Blue) = 235+198+170=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC6AA is #143955. Grayscale: #CECECE. Windows color (decimal): -1325398 or 11192043. OLE color: 11192043.

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

Color convert

RGB 235 198 170 -
CMYK 0 0.16 0.28 0.08
HSL 25.85º 0.62% 0.79% -
HSV(B) 25.85º 0.28% 0.92% -
XYZ 61.71 60.95 46.54 -
YUV 205.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 235 198 170 0 0.16 0.28 0.08 25.85 0.62 0.79
Hex EB C6 AA 0 10 1C 8 1A 3E 4F
Octal 353 306 252 0 20 34 10 32 76 117
Binary 11101011 11000110 10101010 0 10000 11100 1000 11010 111110 1001111

Color Harmonies of #EBC6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC6AA

Black with #EBC6AA

Text Example


Text Example

White with #EBC6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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