#EFAB9A

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

Shades of Wax Flower #EFAB9A

Tints of Wax Flower #EFAB9A

Color information

#EFAB9A (or 0xEFAB9A) is unknown color: approx Wax Flower. HEX triplet: EF, AB and 9A. RGB value is (239,171,154). Sum of RGB (Red+Green+Blue) = 239+171+154=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAB9A is #105465. Grayscale: #BDBDBD. Windows color (decimal): -1070182 or 10136559. OLE color: 10136559.

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

Color convert

RGB239171154-
CMYK00.280.360.06
HSL12º72.65%77.06%-
HSV(B)12º35.56%93.73%-
XYZ55.9949.8137.23-
YUV189.39108.03163.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.38%
GREEN value IS 171 (67.19% from 255) = 30.32%
BLUE value IS 154 (60.55% from 255) = 27.30%
R=42.38%
G=30.32%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917115400.280.360.061272.6577.06
HexEFAB9A01C246c494d
Octal35725323203444614111115
Binary111011111010101110011010011100100100110110010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAB9A; }

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

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

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

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

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

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

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

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