#EFCDB2

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

Shades of Desert Sand #EFCDB2

Tints of Desert Sand #EFCDB2

Color information

#EFCDB2 (or 0xEFCDB2) is unknown color: approx Desert Sand. HEX triplet: EF, CD and B2. RGB value is (239,205,178). Sum of RGB (Red+Green+Blue) = 239+205+178=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 178 (69.92% from 255 or 28.62% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCDB2 is #10324D. Grayscale: #D4D4D4. Windows color (decimal): -1061454 or 11718127. OLE color: 11718127.

HSL color Cylindrical-coordinate representation of color #EFCDB2: hue angle of 26.56º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFCDB2 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB239205178-
CMYK00.140.260.06
HSL26.56º65.59%81.76%-
HSV(B)26.56º25.52%93.73%-
XYZ65.4665.2351.26-
YUV212.09108.76147.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 178 (69.92% from 255) = 28.62%
R=38.42%
G=32.96%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920517800.140.260.0626.5665.5981.76
HexEFCDB20E1A61b4252
Octal35731526201632633102122
Binary11101111110011011011001001110110101101101110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDB2; }

 p { color: rgb(239,205,178); }

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

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

 a { background-color: rgb(239,205,178); }

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

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

 span { border-color: rgb(239,205,178); }

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