#EFB1AA

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

Shades of Sundown #EFB1AA

Tints of Sundown #EFB1AA

Color information

#EFB1AA (or 0xEFB1AA) is unknown color: approx Sundown. HEX triplet: EF, B1 and AA. RGB value is (239,177,170). Sum of RGB (Red+Green+Blue) = 239+177+170=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB1AA is #104E55. Grayscale: #C2C2C2. Windows color (decimal): -1068630 or 11186671. OLE color: 11186671.

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

Color convert

RGB239177170-
CMYK00.260.290.06
HSL6.09º68.32%80.2%-
HSV(B)6.09º28.87%93.73%-
XYZ58.5752.745.11-
YUV194.74114.04159.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.78%
GREEN value IS 177 (69.53% from 255) = 30.20%
BLUE value IS 170 (66.80% from 255) = 29.01%
R=40.78%
G=30.20%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917717000.260.290.066.0968.3280.2
HexEFB1AA01A1D664450
Octal3572612520323566104120
Binary1110111110110001101010100110101110111011010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB1AA; }

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

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

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

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

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

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

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

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