#EFB1AD

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

Shades of Sundown #EFB1AD

Tints of Sundown #EFB1AD

Color information

#EFB1AD (or 0xEFB1AD) is unknown color: approx Sundown. HEX triplet: EF, B1 and AD. RGB value is (239,177,173). Sum of RGB (Red+Green+Blue) = 239+177+173=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB1AD is #104E52. Grayscale: #C3C3C3. Windows color (decimal): -1068627 or 11383279. OLE color: 11383279.

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

Color convert

RGB239177173-
CMYK00.260.280.06
HSL3.64º67.35%80.78%-
HSV(B)3.64º27.62%93.73%-
XYZ58.8652.8146.63-
YUV195.08115.54159.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.58%
GREEN value IS 177 (69.53% from 255) = 30.05%
BLUE value IS 173 (67.97% from 255) = 29.37%
R=40.58%
G=30.05%
B=29.37%

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
Decimal23917717300.260.280.063.6467.3580.78
HexEFB1AD01A1C644351
Octal3572612550323464103121
Binary1110111110110001101011010110101110011010010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB1AD; }

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

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

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

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

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

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

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

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