#EFC7AA

Color #EFC7AA Desert Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Desert Sand #EFC7AA

Tints of Desert Sand #EFC7AA

Color information

#EFC7AA (or 0xEFC7AA) is unknown color: approx 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

RGB239199170-
CMYK00.170.290.06
HSL25.22º68.32%80.2%-
HSV(B)25.22º28.87%93.73%-
XYZ63.2862.146.68-
YUV207.65106.75150.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 199 (78.12% from 255) = 32.73%
BLUE value IS 170 (66.80% from 255) = 27.96%
R=39.31%
G=32.73%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919917000.170.290.0625.2268.3280.2
HexEFC7AA0111D6194450
Octal35730725202135631104120
Binary111011111100011110101010010001111011101100110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>