#EFC8AA

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

Shades of Desert Sand #EFC8AA

Tints of Desert Sand #EFC8AA

Color information

#EFC8AA (or 0xEFC8AA) is unknown color: approx Desert Sand. HEX triplet: EF, C8 and AA. RGB value is (239,200,170). Sum of RGB (Red+Green+Blue) = 239+200+170=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC8AA is #103755. Grayscale: #D0D0D0. Windows color (decimal): -1062742 or 11192559. OLE color: 11192559.

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

Color convert

RGB239200170-
CMYK00.160.290.06
HSL26.09º68.32%80.2%-
HSV(B)26.09º28.87%93.73%-
XYZ63.5162.5646.76-
YUV208.24106.42149.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 200 (78.52% from 255) = 32.84%
BLUE value IS 170 (66.80% from 255) = 27.91%
R=39.24%
G=32.84%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920017000.160.290.0626.0968.3280.2
HexEFC8AA0101D61a4450
Octal35731025202035632104120
Binary111011111100100010101010010000111011101101010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC8AA; }

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

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

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

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

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

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

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

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