#EFB3AA

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

Shades of Sundown #EFB3AA

Tints of Sundown #EFB3AA

Color information

#EFB3AA (or 0xEFB3AA) is unknown color: approx Sundown. HEX triplet: EF, B3 and AA. RGB value is (239,179,170). Sum of RGB (Red+Green+Blue) = 239+179+170=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB3AA is #104C55. Grayscale: #C4C4C4. Windows color (decimal): -1068118 or 11187183. OLE color: 11187183.

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

Color convert

RGB239179170-
CMYK00.250.290.06
HSL7.83º68.32%80.2%-
HSV(B)7.83º28.87%93.73%-
XYZ58.9753.4945.25-
YUV195.91113.38158.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 179 (70.31% from 255) = 30.44%
BLUE value IS 170 (66.80% from 255) = 28.91%
R=40.65%
G=30.44%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917917000.250.290.067.8368.3280.2
HexEFB3AA0191D684450
Octal35726325203135610104120
Binary11101111101100111010101001100111101110100010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB3AA; }

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

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

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

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

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

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

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

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