#EFA99B

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

Shades of Wax Flower #EFA99B

Tints of Wax Flower #EFA99B

Color information

#EFA99B (or 0xEFA99B) is unknown color: approx Wax Flower. HEX triplet: EF, A9 and 9B. RGB value is (239,169,155). Sum of RGB (Red+Green+Blue) = 239+169+155=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA99B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA99B is #105664. Grayscale: #BCBCBC. Windows color (decimal): -1070693 or 10201583. OLE color: 10201583.

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

Color convert

RGB239169155-
CMYK00.290.350.06
HSL10º72.41%77.25%-
HSV(B)10º35.15%93.73%-
XYZ55.749.0937.55-
YUV188.33109.19164.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.45%
GREEN value IS 169 (66.41% from 255) = 30.02%
BLUE value IS 155 (60.94% from 255) = 27.53%
R=42.45%
G=30.02%
B=27.53%

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
Decimal23916915500.290.350.061072.4177.25
HexEFA99B01D236a484d
Octal35725123303543612110115
Binary111011111010100110011011011101100011110101010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA99B; }

 p { color: rgb(239,169,155); }

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

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

 a { background-color: rgb(239,169,155); }

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

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

 span { border-color: rgb(239,169,155); }

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