#EFC6AA

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

Shades of Desert Sand #EFC6AA

Tints of Desert Sand #EFC6AA

Color information

#EFC6AA (or 0xEFC6AA) is unknown color: approx Desert Sand. HEX triplet: EF, C6 and AA. RGB value is (239,198,170). Sum of RGB (Red+Green+Blue) = 239+198+170=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC6AA is #103955. Grayscale: #CFCFCF. Windows color (decimal): -1063254 or 11192047. OLE color: 11192047.

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

Color convert

RGB239198170-
CMYK00.170.290.06
HSL24.35º68.32%80.2%-
HSV(B)24.35º28.87%93.73%-
XYZ63.0561.6446.61-
YUV207.07107.08150.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 198 (77.73% from 255) = 32.62%
BLUE value IS 170 (66.80% from 255) = 28.01%
R=39.37%
G=32.62%
B=28.01%

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
Decimal23919817000.170.290.0624.3568.3280.2
HexEFC6AA0111D6184450
Octal35730625202135630104120
Binary111011111100011010101010010001111011101100010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC6AA; }

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

 H1.HeaderClassName
 {
   color: #EFC6AA;
 }
 .AnyTagClassName
 {
   color: #EFC6AA;
 }
</style>
background-color css

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

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

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

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

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

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