Html Css Color HEX #EFC9AA Desert Sand

📋 copy color: '#EFC9AA'

red 239 ◦ green 201 ◦ blue 170

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

Shades of Desert Sand #EFC9AA

Tints of Desert Sand #EFC9AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 27.87%

R = 39.18%
G = 32.95%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EFC9AA (or 0xEFC9AA) is known color: Desert Sand. HEX triplet: EF, C9 and AA. RGB value is (239,201,170). Sum of RGB (Red+Green+Blue) = 239+201+170=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC9AA is #103655. Grayscale: #D0D0D0. Windows color (decimal): -1062486 or 11192815. OLE color: 11192815.

HSL color Cylindrical-coordinate representation of color #EFC9AA: hue angle of 26.96º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFC9AA is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 201 170 -
CMYK 0 0.16 0.29 0.06
HSL 26.96º 0.68% 0.8% -
HSV(B) 26.96º 0.29% 0.94% -
XYZ 63.74 63.03 46.84 -
YUV 208.83 106.09 149.52 -
System Red Green Blue C M Y K H S L
Decimal 239 201 170 0 0.16 0.29 0.06 26.96 0.68 0.8
Hex EF C9 AA 0 10 1D 6 1B 44 50
Octal 357 311 252 0 20 35 6 33 104 120
Binary 11101111 11001001 10101010 0 10000 11101 110 11011 1000100 1010000

Color Harmonies of #EFC9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC9AA

Black with #EFC9AA

Text Example


Text Example

White with #EFC9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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