#EFB1AF

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

Shades of Sundown #EFB1AF

Tints of Sundown #EFB1AF

Color information

#EFB1AF (or 0xEFB1AF) is unknown color: approx Sundown. HEX triplet: EF, B1 and AF. RGB value is (239,177,175). Sum of RGB (Red+Green+Blue) = 239+177+175=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB1AF is #104E50. Grayscale: #C3C3C3. Windows color (decimal): -1068625 or 11514351. OLE color: 11514351.

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

Color convert

RGB239177175-
CMYK00.260.270.06
HSL1.88º66.67%81.18%-
HSV(B)1.88º26.78%93.73%-
XYZ59.0652.8947.65-
YUV195.31116.54159.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 177 (69.53% from 255) = 29.95%
BLUE value IS 175 (68.75% from 255) = 29.61%
R=40.44%
G=29.95%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917717500.260.270.061.8866.6781.18
HexEFB1AF01A1B624351
Octal3572612570323362103121
Binary111011111011000110101111011010110111101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB1AF; }

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

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

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

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

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

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

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

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