#EFCBAB

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

Shades of Desert Sand #EFCBAB

Tints of Desert Sand #EFCBAB

Color information

#EFCBAB (or 0xEFCBAB) is unknown color: approx Desert Sand. HEX triplet: EF, CB and AB. RGB value is (239,203,171). Sum of RGB (Red+Green+Blue) = 239+203+171=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCBAB is #103454. Grayscale: #D2D2D2. Windows color (decimal): -1061973 or 11258863. OLE color: 11258863.

HSL color Cylindrical-coordinate representation of color #EFCBAB: hue angle of 28.24º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFCBAB is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB239203171-
CMYK00.150.280.06
HSL28.24º68%80.39%-
HSV(B)28.24º28.45%93.73%-
XYZ64.36447.49-
YUV210.12105.93148.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 203 (79.69% from 255) = 33.12%
BLUE value IS 171 (67.19% from 255) = 27.90%
R=38.99%
G=33.12%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920317100.150.280.0628.246880.39
HexEFCBAB0F1C61c4450
Octal35731325301734634104120
Binary11101111110010111010101101111111001101110010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBAB; }

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

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

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

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

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

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

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

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