Html Css Color HEX #EFCAAD Desert Sand

📋 copy color: '#EFCAAD'

red 239 ◦ green 202 ◦ blue 173

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

Shades of Desert Sand #EFCAAD

Tints of Desert Sand #EFCAAD

RGB

 RED value IS 239 (93.75% from 255) = 38.93%

 GREEN value IS 202 (79.3% from 255) = 32.9%

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

R = 38.93%
G = 32.9%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFCAAD (or 0xEFCAAD) is known color: Desert Sand. HEX triplet: EF, CA and AD. RGB value is (239,202,173). Sum of RGB (Red+Green+Blue) = 239+202+173=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAAD is #103552. Grayscale: #D1D1D1. Windows color (decimal): -1062227 or 11389679. OLE color: 11389679.

HSL color Cylindrical-coordinate representation of color #EFCAAD: hue angle of 26.36º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFCAAD is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 202 173 -
CMYK 0 0.15 0.28 0.06
HSL 26.36º 0.67% 0.81% -
HSV(B) 26.36º 0.28% 0.94% -
XYZ 64.26 63.61 48.43 -
YUV 209.76 107.26 148.86 -
System Red Green Blue C M Y K H S L
Decimal 239 202 173 0 0.15 0.28 0.06 26.36 0.67 0.81
Hex EF CA AD 0 F 1C 6 1A 43 51
Octal 357 312 255 0 17 34 6 32 103 121
Binary 11101111 11001010 10101101 0 1111 11100 110 11010 1000011 1010001

Color Harmonies of #EFCAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAAD

Black with #EFCAAD

Text Example


Text Example

White with #EFCAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAAD; }

 p { color: rgb(239,202,173); }

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

background-color css

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

 a { background-color: rgb(239,202,173); }

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

border-color css

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

 span { border-color: rgb(239,202,173); }

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