#EFABAA

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

Shades of Sundown #EFABAA

Tints of Sundown #EFABAA

Color information

#EFABAA (or 0xEFABAA) is unknown color: approx Sundown. HEX triplet: EF, AB and AA. RGB value is (239,171,170). Sum of RGB (Red+Green+Blue) = 239+171+170=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFABAA is #105455. Grayscale: #BFBFBF. Windows color (decimal): -1070166 or 11185135. OLE color: 11185135.

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

Color convert

RGB239171170-
CMYK00.280.290.06
HSL0.87º68.32%80.2%-
HSV(B)0.87º28.87%93.73%-
XYZ57.4250.3844.73-
YUV191.22116.03162.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 171 (67.19% from 255) = 29.48%
BLUE value IS 170 (66.80% from 255) = 29.31%
R=41.21%
G=29.48%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917117000.280.290.060.8768.3280.2
HexEFABAA01C1D614450
Octal3572532520343561104120
Binary11101111101010111010101001110011101110110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFABAA; }

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

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

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

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

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

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

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

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