Html Css Color HEX #EFC7AF Desert Sand

📋 copy color: '#EFC7AF'

red 239 ◦ green 199 ◦ blue 175

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

Shades of Desert Sand #EFC7AF

Tints of Desert Sand #EFC7AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.55%

R = 38.99%
G = 32.46%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFC7AF (or 0xEFC7AF) is known color: Desert Sand. HEX triplet: EF, C7 and AF. RGB value is (239,199,175). Sum of RGB (Red+Green+Blue) = 239+199+175=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC7AF is #103850. Grayscale: #D0D0D0. Windows color (decimal): -1062993 or 11519983. OLE color: 11519983.

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

Color convert

RGB 239 199 175 -
CMYK 0 0.17 0.27 0.06
HSL 22.5º 0.67% 0.81% -
HSV(B) 22.5º 0.27% 0.94% -
XYZ 63.76 62.29 49.22 -
YUV 208.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 239 199 175 0 0.17 0.27 0.06 22.5 0.67 0.81
Hex EF C7 AF 0 11 1B 6 16 43 51
Octal 357 307 257 0 21 33 6 26 103 121
Binary 11101111 11000111 10101111 0 10001 11011 110 10110 1000011 1010001

Color Harmonies of #EFC7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC7AF

Black with #EFC7AF

Text Example


Text Example

White with #EFC7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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