#efaa9f

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

Shades of Wax Flower #EFAA9F

Tints of Wax Flower #EFAA9F

Color information

#EFAA9F (or 0xEFAA9F) is unknown color: approx Wax Flower. HEX triplet: EF, AA and 9F. RGB value is (239,170,159). Sum of RGB (Red+Green+Blue) = 239+170+159=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 159 (62.5% from 255 or 27.99% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAA9F is #105560. Grayscale: #BDBDBD. Windows color (decimal): -1070433 or 10463983. OLE color: 10463983.

HSL color Cylindrical-coordinate representation of color #EFAA9F: hue angle of 8.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFAA9F is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB239170159-
CMYK00.290.330.06
HSL8.25º71.43%78.04%-
HSV(B)8.25º33.47%93.73%-
XYZ56.2349.639.41-
YUV189.38110.86163.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.08%
GREEN value IS 170 (66.80% from 255) = 29.93%
BLUE value IS 159 (62.5% from 255) = 27.99%
R=42.08%
G=29.93%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917015900.290.330.068.2571.4378.04
HexEFAA9F01D2168474e
Octal35725223703541610107116
Binary111011111010101010011111011101100001110100010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efaa9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efaa9f; }

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

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

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

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

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

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

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

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