#EFA899

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

Shades of Wax Flower #EFA899

Tints of Wax Flower #EFA899

Color information

#EFA899 (or 0xEFA899) is unknown color: approx Wax Flower. HEX triplet: EF, A8 and 99. RGB value is (239,168,153). Sum of RGB (Red+Green+Blue) = 239+168+153=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 153 (60.16% from 255 or 27.32% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA899 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA899 is #105766. Grayscale: #BBBBBB. Windows color (decimal): -1070951 or 10070255. OLE color: 10070255.

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

Color convert

RGB239168153-
CMYK00.300.360.06
HSL10.47º72.88%76.86%-
HSV(B)10.47º35.98%93.73%-
XYZ55.3548.6636.61-
YUV187.52108.52164.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.68%
GREEN value IS 168 (66.02% from 255) = 30%
BLUE value IS 153 (60.16% from 255) = 27.32%
R=42.68%
G=30%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916815300.300.360.0610.4772.8876.86
HexEFA89901E246a494d
Octal35725023103644612111115
Binary111011111010100010011001011110100100110101010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA899; }

 p { color: rgb(239,168,153); }

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

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

 a { background-color: rgb(239,168,153); }

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

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

 span { border-color: rgb(239,168,153); }

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