#EFB1AB

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

Shades of Sundown #EFB1AB

Tints of Sundown #EFB1AB

Color information

#EFB1AB (or 0xEFB1AB) is unknown color: approx Sundown. HEX triplet: EF, B1 and AB. RGB value is (239,177,171). Sum of RGB (Red+Green+Blue) = 239+177+171=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB1AB is #104E54. Grayscale: #C2C2C2. Windows color (decimal): -1068629 or 11252207. OLE color: 11252207.

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

Color convert

RGB239177171-
CMYK00.260.280.06
HSL5.29º68%80.39%-
HSV(B)5.29º28.45%93.73%-
XYZ58.6752.7445.61-
YUV194.85114.54159.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.72%
GREEN value IS 177 (69.53% from 255) = 30.15%
BLUE value IS 171 (67.19% from 255) = 29.13%
R=40.72%
G=30.15%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917717100.260.280.065.296880.39
HexEFB1AB01A1C654450
Octal3572612530323465104120
Binary1110111110110001101010110110101110011010110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB1AB; }

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

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

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

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

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

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

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

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