#EFBAA6

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

Shades of Wax Flower #EFBAA6

Tints of Wax Flower #EFBAA6

Color information

#EFBAA6 (or 0xEFBAA6) is unknown color: approx Wax Flower. HEX triplet: EF, BA and A6. RGB value is (239,186,166). Sum of RGB (Red+Green+Blue) = 239+186+166=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBAA6 is #104559. Grayscale: #C7C7C7. Windows color (decimal): -1066330 or 10926831. OLE color: 10926831.

HSL color Cylindrical-coordinate representation of color #EFBAA6: hue angle of 16.44º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFBAA6 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB239186166-
CMYK00.220.310.06
HSL16.44º69.52%79.41%-
HSV(B)16.44º30.54%93.73%-
XYZ60.0456.2243.76-
YUV199.57109.06156.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 186 (73.05% from 255) = 31.47%
BLUE value IS 166 (65.23% from 255) = 28.09%
R=40.44%
G=31.47%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918616600.220.310.0616.4469.5279.41
HexEFBAA60161F610464f
Octal35727224602637620106117
Binary111011111011101010100110010110111111101000010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBAA6; }

 p { color: rgb(239,186,166); }

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

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

 a { background-color: rgb(239,186,166); }

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

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

 span { border-color: rgb(239,186,166); }

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