#EFAA9A

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

Shades of Wax Flower #EFAA9A

Tints of Wax Flower #EFAA9A

Color information

#EFAA9A (or 0xEFAA9A) is unknown color: approx Wax Flower. HEX triplet: EF, AA and 9A. RGB value is (239,170,154). Sum of RGB (Red+Green+Blue) = 239+170+154=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAA9A is #105565. Grayscale: #BCBCBC. Windows color (decimal): -1070438 or 10136303. OLE color: 10136303.

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

Color convert

RGB239170154-
CMYK00.290.360.06
HSL11.29º72.65%77.06%-
HSV(B)11.29º35.56%93.73%-
XYZ55.849.4337.17-
YUV188.81108.36163.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.45%
GREEN value IS 170 (66.80% from 255) = 30.20%
BLUE value IS 154 (60.55% from 255) = 27.35%
R=42.45%
G=30.20%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917015400.290.360.0611.2972.6577.06
HexEFAA9A01D246b494d
Octal35725223203544613111115
Binary111011111010101010011010011101100100110101110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAA9A; }

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

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

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

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

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

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

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

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