#EFCAAE

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

Shades of Desert Sand #EFCAAE

Tints of Desert Sand #EFCAAE

Color information

#EFCAAE (or 0xEFCAAE) is unknown color: approx Desert Sand. HEX triplet: EF, CA and AE. RGB value is (239,202,174). Sum of RGB (Red+Green+Blue) = 239+202+174=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAAE is #103551. Grayscale: #D2D2D2. Windows color (decimal): -1062226 or 11455215. OLE color: 11455215.

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

Color convert

RGB239202174-
CMYK00.150.270.06
HSL25.85º67.01%80.98%-
HSV(B)25.85º27.2%93.73%-
XYZ64.3663.6548.94-
YUV209.87107.76148.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.86%
GREEN value IS 202 (79.30% from 255) = 32.85%
BLUE value IS 174 (68.36% from 255) = 28.29%
R=38.86%
G=32.85%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920217400.150.270.0625.8567.0180.98
HexEFCAAE0F1B61a4351
Octal35731225601733632103121
Binary11101111110010101010111001111110111101101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAAE; }

 p { color: rgb(239,202,174); }

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

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

 a { background-color: rgb(239,202,174); }

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

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

 span { border-color: rgb(239,202,174); }

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