#EFCBAE

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

Shades of Desert Sand #EFCBAE

Tints of Desert Sand #EFCBAE

Color information

#EFCBAE (or 0xEFCBAE) is unknown color: approx Desert Sand. HEX triplet: EF, CB and AE. RGB value is (239,203,174). Sum of RGB (Red+Green+Blue) = 239+203+174=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCBAE is #103451. Grayscale: #D2D2D2. Windows color (decimal): -1061970 or 11455471. OLE color: 11455471.

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

Color convert

RGB239203174-
CMYK00.150.270.06
HSL26.77º67.01%80.98%-
HSV(B)26.77º27.2%93.73%-
XYZ64.5964.1249.02-
YUV210.46107.43148.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 203 (79.69% from 255) = 32.95%
BLUE value IS 174 (68.36% from 255) = 28.25%
R=38.80%
G=32.95%
B=28.25%

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
Decimal23920317400.150.270.0626.7767.0180.98
HexEFCBAE0F1B61b4351
Octal35731325601733633103121
Binary11101111110010111010111001111110111101101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBAE; }

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

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

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

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

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

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

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

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