#EFAFAA

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

Shades of Sundown #EFAFAA

Tints of Sundown #EFAFAA

Color information

#EFAFAA (or 0xEFAFAA) is unknown color: approx Sundown. HEX triplet: EF, AF and AA. RGB value is (239,175,170). Sum of RGB (Red+Green+Blue) = 239+175+170=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAFAA is #105055. Grayscale: #C1C1C1. Windows color (decimal): -1069142 or 11186159. OLE color: 11186159.

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

Color convert

RGB239175170-
CMYK00.270.290.06
HSL4.35º68.32%80.2%-
HSV(B)4.35º28.87%93.73%-
XYZ58.1851.9144.98-
YUV193.57114.7160.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.92%
GREEN value IS 175 (68.75% from 255) = 29.97%
BLUE value IS 170 (66.80% from 255) = 29.11%
R=40.92%
G=29.97%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917517000.270.290.064.3568.3280.2
HexEFAFAA01B1D644450
Octal3572572520333564104120
Binary1110111110101111101010100110111110111010010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFAA; }

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

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

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

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

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

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

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

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