#EFB0A8

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

Shades of Sundown #EFB0A8

Tints of Sundown #EFB0A8

Color information

#EFB0A8 (or 0xEFB0A8) is unknown color: approx Sundown. HEX triplet: EF, B0 and A8. RGB value is (239,176,168). Sum of RGB (Red+Green+Blue) = 239+176+168=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 168 (66.02% from 255 or 28.82% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB0A8 is #104F57. Grayscale: #C2C2C2. Windows color (decimal): -1068888 or 11055343. OLE color: 11055343.

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

Color convert

RGB239176168-
CMYK00.260.300.06
HSL6.76º68.93%79.8%-
HSV(B)6.76º29.71%93.73%-
XYZ58.1952.2344.06-
YUV193.92113.37160.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.99%
GREEN value IS 176 (69.14% from 255) = 30.19%
BLUE value IS 168 (66.02% from 255) = 28.82%
R=40.99%
G=30.19%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917616800.260.300.066.7668.9379.8
HexEFB0A801A1E674550
Octal3572602500323667105120
Binary1110111110110000101010000110101111011011110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0A8; }

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

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

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

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

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

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

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

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