#EFB0AC

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

Shades of Sundown #EFB0AC

Tints of Sundown #EFB0AC

Color information

#EFB0AC (or 0xEFB0AC) is unknown color: approx Sundown. HEX triplet: EF, B0 and AC. RGB value is (239,176,172). Sum of RGB (Red+Green+Blue) = 239+176+172=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB0AC is #104F53. Grayscale: #C2C2C2. Windows color (decimal): -1068884 or 11317487. OLE color: 11317487.

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

Color convert

RGB239176172-
CMYK00.260.280.06
HSL3.58º67.68%80.59%-
HSV(B)3.58º28.03%93.73%-
XYZ58.5752.3846.05-
YUV194.38115.37159.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.72%
GREEN value IS 176 (69.14% from 255) = 29.98%
BLUE value IS 172 (67.58% from 255) = 29.30%
R=40.72%
G=29.98%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917617200.260.280.063.5867.6880.59
HexEFB0AC01A1C644451
Octal3572602540323464104121
Binary1110111110110000101011000110101110011010010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0AC; }

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

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

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

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

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

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

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

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