Html Css Color HEX #EFCFAD Desert Sand

📋 copy color: '#EFCFAD'

red 239 ◦ green 207 ◦ blue 173

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

Shades of Desert Sand #EFCFAD

Tints of Desert Sand #EFCFAD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.44%

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

R = 38.61%
G = 33.44%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFCFAD (or 0xEFCFAD) is known color: Desert Sand. HEX triplet: EF, CF and AD. RGB value is (239,207,173). Sum of RGB (Red+Green+Blue) = 239+207+173=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCFAD is #103052. Grayscale: #D4D4D4. Windows color (decimal): -1060947 or 11390959. OLE color: 11390959.

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

Color convert

RGB 239 207 173 -
CMYK 0 0.13 0.28 0.06
HSL 30.91º 0.67% 0.81% -
HSV(B) 30.91º 0.28% 0.94% -
XYZ 65.45 65.99 48.82 -
YUV 212.69 105.6 146.76 -
System Red Green Blue C M Y K H S L
Decimal 239 207 173 0 0.13 0.28 0.06 30.91 0.67 0.81
Hex EF CF AD 0 D 1C 6 1F 43 51
Octal 357 317 255 0 15 34 6 37 103 121
Binary 11101111 11001111 10101101 0 1101 11100 110 11111 1000011 1010001

Color Harmonies of #EFCFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFAD

Black with #EFCFAD

Text Example


Text Example

White with #EFCFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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