Html Css Color HEX #EFC7AA Desert Sand

📋 copy color: '#EFC7AA'

red 239 ◦ green 199 ◦ blue 170

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

Shades of Desert Sand #EFC7AA

Tints of Desert Sand #EFC7AA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.73%

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

R = 39.31%
G = 32.73%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EFC7AA (or 0xEFC7AA) is known color: Desert Sand. HEX triplet: EF, C7 and AA. RGB value is (239,199,170). Sum of RGB (Red+Green+Blue) = 239+199+170=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 199 (78.12% from 255 or 32.73% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC7AA is #103855. Grayscale: #CFCFCF. Windows color (decimal): -1062998 or 11192303. OLE color: 11192303.

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

Color convert

RGB 239 199 170 -
CMYK 0 0.17 0.29 0.06
HSL 25.22º 0.68% 0.8% -
HSV(B) 25.22º 0.29% 0.94% -
XYZ 63.28 62.1 46.68 -
YUV 207.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 239 199 170 0 0.17 0.29 0.06 25.22 0.68 0.8
Hex EF C7 AA 0 11 1D 6 19 44 50
Octal 357 307 252 0 21 35 6 31 104 120
Binary 11101111 11000111 10101010 0 10001 11101 110 11001 1000100 1010000

Color Harmonies of #EFC7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC7AA

Black with #EFC7AA

Text Example


Text Example

White with #EFC7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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