Html Css Color HEX #EBC9AF Desert Sand

📋 copy color: '#EBC9AF'

red 235 ◦ green 201 ◦ blue 175

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

Shades of Desert Sand #EBC9AF

Tints of Desert Sand #EBC9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.64%

R = 38.46%
G = 32.9%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBC9AF (or 0xEBC9AF) is known color: Desert Sand. HEX triplet: EB, C9 and AF. RGB value is (235,201,175). Sum of RGB (Red+Green+Blue) = 235+201+175=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC9AF is #143650. Grayscale: #D0D0D0. Windows color (decimal): -1324625 or 11520491. OLE color: 11520491.

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

Color convert

RGB 235 201 175 -
CMYK 0 0.14 0.26 0.08
HSL 26º 0.6% 0.8% -
HSV(B) 26º 0.26% 0.92% -
XYZ 62.89 62.53 49.31 -
YUV 208.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 235 201 175 0 0.14 0.26 0.08 26 0.6 0.8
Hex EB C9 AF 0 E 1A 8 1A 3C 50
Octal 353 311 257 0 16 32 10 32 74 120
Binary 11101011 11001001 10101111 0 1110 11010 1000 11010 111100 1010000

Color Harmonies of #EBC9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC9AF

Black with #EBC9AF

Text Example


Text Example

White with #EBC9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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