Html Css Color HEX #EBC8AC Desert Sand

📋 copy color: '#EBC8AC'

red 235 ◦ green 200 ◦ blue 172

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

Shades of Desert Sand #EBC8AC

Tints of Desert Sand #EBC8AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.34%

R = 38.71%
G = 32.95%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EBC8AC (or 0xEBC8AC) is known color: Desert Sand. HEX triplet: EB, C8 and AC. RGB value is (235,200,172). Sum of RGB (Red+Green+Blue) = 235+200+172=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC8AC is #143753. Grayscale: #CFCFCF. Windows color (decimal): -1324884 or 11323627. OLE color: 11323627.

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

Color convert

RGB 235 200 172 -
CMYK 0 0.15 0.27 0.08
HSL 26.67º 0.61% 0.8% -
HSV(B) 26.67º 0.27% 0.92% -
XYZ 62.36 61.95 47.7 -
YUV 207.27 108.1 147.78 -
System Red Green Blue C M Y K H S L
Decimal 235 200 172 0 0.15 0.27 0.08 26.67 0.61 0.8
Hex EB C8 AC 0 F 1B 8 1B 3D 50
Octal 353 310 254 0 17 33 10 33 75 120
Binary 11101011 11001000 10101100 0 1111 11011 1000 11011 111101 1010000

Color Harmonies of #EBC8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC8AC

Black with #EBC8AC

Text Example


Text Example

White with #EBC8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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