#EFAA9C

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

Shades of Wax Flower #EFAA9C

Tints of Wax Flower #EFAA9C

Color information

#EFAA9C (or 0xEFAA9C) is unknown color: approx Wax Flower. HEX triplet: EF, AA and 9C. RGB value is (239,170,156). Sum of RGB (Red+Green+Blue) = 239+170+156=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAA9C is #105563. Grayscale: #BDBDBD. Windows color (decimal): -1070436 or 10267375. OLE color: 10267375.

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

Color convert

RGB239170156-
CMYK00.290.350.06
HSL10.12º72.17%77.45%-
HSV(B)10.12º34.73%93.73%-
XYZ55.9749.538.06-
YUV189.03109.36163.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.30%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 156 (61.33% from 255) = 27.61%
R=42.30%
G=30.09%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917015600.290.350.0610.1272.1777.45
HexEFAA9C01D236a484d
Octal35725223403543612110115
Binary111011111010101010011100011101100011110101010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAA9C; }

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

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

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

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

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

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

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

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