#EFB0A9

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

Shades of Sundown #EFB0A9

Tints of Sundown #EFB0A9

Color information

#EFB0A9 (or 0xEFB0A9) is unknown color: approx Sundown. HEX triplet: EF, B0 and A9. RGB value is (239,176,169). Sum of RGB (Red+Green+Blue) = 239+176+169=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 169 (66.41% from 255 or 28.94% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB0A9 is #104F56. Grayscale: #C2C2C2. Windows color (decimal): -1068887 or 11120879. OLE color: 11120879.

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

Color convert

RGB239176169-
CMYK00.260.290.06
HSL68.63%80%-
HSV(B)29.29%93.73%-
XYZ58.2852.2744.55-
YUV194.04113.87160.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.92%
GREEN value IS 176 (69.14% from 255) = 30.14%
BLUE value IS 169 (66.41% from 255) = 28.94%
R=40.92%
G=30.14%
B=28.94%

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
Decimal23917616900.260.290.06668.6380
HexEFB0A901A1D664550
Octal3572602510323566105120
Binary1110111110110000101010010110101110111011010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0A9; }

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

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

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

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

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

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

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

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