#EFCCAE

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

Shades of Desert Sand #EFCCAE

Tints of Desert Sand #EFCCAE

Color information

#EFCCAE (or 0xEFCCAE) is unknown color: approx Desert Sand. HEX triplet: EF, CC and AE. RGB value is (239,204,174). Sum of RGB (Red+Green+Blue) = 239+204+174=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCCAE is #103351. Grayscale: #D3D3D3. Windows color (decimal): -1061714 or 11455727. OLE color: 11455727.

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

Color convert

RGB239204174-
CMYK00.150.270.06
HSL27.69º67.01%80.98%-
HSV(B)27.69º27.2%93.73%-
XYZ64.8364.5949.1-
YUV211.04107.1147.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.74%
GREEN value IS 204 (80.08% from 255) = 33.06%
BLUE value IS 174 (68.36% from 255) = 28.20%
R=38.74%
G=33.06%
B=28.20%

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
Decimal23920417400.150.270.0627.6967.0180.98
HexEFCCAE0F1B61c4351
Octal35731425601733634103121
Binary11101111110011001010111001111110111101110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCAE; }

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

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

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

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

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

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

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

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