Html Css Color HEX #EECDAD Desert Sand

📋 copy color: '#EECDAD'

red 238 ◦ green 205 ◦ blue 173

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

Shades of Desert Sand #EECDAD

Tints of Desert Sand #EECDAD

RGB

 RED value IS 238 (93.36% from 255) = 38.64%

 GREEN value IS 205 (80.47% from 255) = 33.28%

 BLUE value IS 173 (67.97% from 255) = 28.08%

R = 38.64%
G = 33.28%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EECDAD (or 0xEECDAD) is known color: Desert Sand. HEX triplet: EE, CD and AD. RGB value is (238,205,173). Sum of RGB (Red+Green+Blue) = 238+205+173=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECDAD is #113252. Grayscale: #D3D3D3. Windows color (decimal): -1126995 or 11390446. OLE color: 11390446.

HSL color Cylindrical-coordinate representation of color #EECDAD: hue angle of 29.54º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EECDAD is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 205 173 -
CMYK 0 0.14 0.27 0.07
HSL 29.54º 0.66% 0.81% -
HSV(B) 29.54º 0.27% 0.93% -
XYZ 64.63 64.86 48.65 -
YUV 211.22 106.43 147.1 -
System Red Green Blue C M Y K H S L
Decimal 238 205 173 0 0.14 0.27 0.07 29.54 0.66 0.81
Hex EE CD AD 0 E 1B 7 1E 42 51
Octal 356 315 255 0 16 33 7 36 102 121
Binary 11101110 11001101 10101101 0 1110 11011 111 11110 1000010 1010001

Color Harmonies of #EECDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECDAD

Black with #EECDAD

Text Example


Text Example

White with #EECDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECDAD; }

 p { color: rgb(238,205,173); }

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

background-color css

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

 a { background-color: rgb(238,205,173); }

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

border-color css

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

 span { border-color: rgb(238,205,173); }

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