Html Css Color HEX #EFC9AD Desert Sand

📋 copy color: '#EFC9AD'

red 239 ◦ green 201 ◦ blue 173

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

Shades of Desert Sand #EFC9AD

Tints of Desert Sand #EFC9AD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.79%

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

R = 38.99%
G = 32.79%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFC9AD (or 0xEFC9AD) is known color: Desert Sand. HEX triplet: EF, C9 and AD. RGB value is (239,201,173). Sum of RGB (Red+Green+Blue) = 239+201+173=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC9AD is #103652. Grayscale: #D1D1D1. Windows color (decimal): -1062483 or 11389423. OLE color: 11389423.

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

Color convert

RGB 239 201 173 -
CMYK 0 0.16 0.28 0.06
HSL 25.45º 0.67% 0.81% -
HSV(B) 25.45º 0.28% 0.94% -
XYZ 64.03 63.14 48.35 -
YUV 209.17 107.59 149.28 -
System Red Green Blue C M Y K H S L
Decimal 239 201 173 0 0.16 0.28 0.06 25.45 0.67 0.81
Hex EF C9 AD 0 10 1C 6 19 43 51
Octal 357 311 255 0 20 34 6 31 103 121
Binary 11101111 11001001 10101101 0 10000 11100 110 11001 1000011 1010001

Color Harmonies of #EFC9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC9AD

Black with #EFC9AD

Text Example


Text Example

White with #EFC9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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