Html Css Color HEX #EBCCAC Desert Sand

📋 copy color: '#EBCCAC'

red 235 ◦ green 204 ◦ blue 172

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

Shades of Desert Sand #EBCCAC

Tints of Desert Sand #EBCCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.39%

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

R = 38.46%
G = 33.39%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EBCCAC (or 0xEBCCAC) is known color: Desert Sand. HEX triplet: EB, CC and AC. RGB value is (235,204,172). Sum of RGB (Red+Green+Blue) = 235+204+172=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCCAC is #143353. Grayscale: #D1D1D1. Windows color (decimal): -1323860 or 11324651. OLE color: 11324651.

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

Color convert

RGB 235 204 172 -
CMYK 0 0.13 0.27 0.08
HSL 30.48º 0.61% 0.8% -
HSV(B) 30.48º 0.27% 0.92% -
XYZ 63.3 63.83 48.01 -
YUV 209.62 106.77 146.1 -
System Red Green Blue C M Y K H S L
Decimal 235 204 172 0 0.13 0.27 0.08 30.48 0.61 0.8
Hex EB CC AC 0 D 1B 8 1E 3D 50
Octal 353 314 254 0 15 33 10 36 75 120
Binary 11101011 11001100 10101100 0 1101 11011 1000 11110 111101 1010000

Color Harmonies of #EBCCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCCAC

Black with #EBCCAC

Text Example


Text Example

White with #EBCCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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