#EFB0AA

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

Shades of Sundown #EFB0AA

Tints of Sundown #EFB0AA

Color information

#EFB0AA (or 0xEFB0AA) is unknown color: approx Sundown. HEX triplet: EF, B0 and AA. RGB value is (239,176,170). Sum of RGB (Red+Green+Blue) = 239+176+170=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB0AA is #104F55. Grayscale: #C2C2C2. Windows color (decimal): -1068886 or 11186415. OLE color: 11186415.

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

Color convert

RGB239176170-
CMYK00.260.290.06
HSL5.22º68.32%80.2%-
HSV(B)5.22º28.87%93.73%-
XYZ58.3852.345.05-
YUV194.15114.37159.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.85%
GREEN value IS 176 (69.14% from 255) = 30.09%
BLUE value IS 170 (66.80% from 255) = 29.06%
R=40.85%
G=30.09%
B=29.06%

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
Decimal23917617000.260.290.065.2268.3280.2
HexEFB0AA01A1D654450
Octal3572602520323565104120
Binary1110111110110000101010100110101110111010110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0AA; }

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

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

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

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

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

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

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

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