#EFCBB0

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

Shades of Desert Sand #EFCBB0

Tints of Desert Sand #EFCBB0

Color information

#EFCBB0 (or 0xEFCBB0) is unknown color: approx Desert Sand. HEX triplet: EF, CB and B0. RGB value is (239,203,176). Sum of RGB (Red+Green+Blue) = 239+203+176=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 176 (69.14% from 255 or 28.48% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCBB0 is #10344F. Grayscale: #D2D2D2. Windows color (decimal): -1061968 or 11586543. OLE color: 11586543.

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

Color convert

RGB239203176-
CMYK00.150.260.06
HSL25.71º66.32%81.37%-
HSV(B)25.71º26.36%93.73%-
XYZ64.7964.250.05-
YUV210.69108.43148.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 203 (79.69% from 255) = 32.85%
BLUE value IS 176 (69.14% from 255) = 28.48%
R=38.67%
G=32.85%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920317600.150.260.0625.7166.3281.37
HexEFCBB00F1A61a4251
Octal35731326001732632102121
Binary11101111110010111011000001111110101101101010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBB0; }

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

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

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

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

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

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

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

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