Html Css Color HEX #EBC4AA Desert Sand

📋 copy color: '#EBC4AA'

red 235 ◦ green 196 ◦ blue 170

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

Shades of Desert Sand #EBC4AA

Tints of Desert Sand #EBC4AA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.61%

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

R = 39.1%
G = 32.61%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EBC4AA (or 0xEBC4AA) is known color: Desert Sand. HEX triplet: EB, C4 and AA. RGB value is (235,196,170). Sum of RGB (Red+Green+Blue) = 235+196+170=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC4AA is #143B55. Grayscale: #CCCCCC. Windows color (decimal): -1325910 or 11191531. OLE color: 11191531.

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

Color convert

RGB 235 196 170 -
CMYK 0 0.17 0.28 0.08
HSL 24º 0.62% 0.79% -
HSV(B) 24º 0.28% 0.92% -
XYZ 61.26 60.04 46.39 -
YUV 204.7 108.42 149.61 -
System Red Green Blue C M Y K H S L
Decimal 235 196 170 0 0.17 0.28 0.08 24 0.62 0.79
Hex EB C4 AA 0 11 1C 8 18 3E 4F
Octal 353 304 252 0 21 34 10 30 76 117
Binary 11101011 11000100 10101010 0 10001 11100 1000 11000 111110 1001111

Color Harmonies of #EBC4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC4AA

Black with #EBC4AA

Text Example


Text Example

White with #EBC4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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