#efbaa5

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

Shades of Wax Flower #EFBAA5

Tints of Wax Flower #EFBAA5

Color information

#EFBAA5 (or 0xEFBAA5) is unknown color: approx Wax Flower. HEX triplet: EF, BA and A5. RGB value is (239,186,165). Sum of RGB (Red+Green+Blue) = 239+186+165=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 165 (64.84% from 255 or 27.97% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBAA5 is #10455A. Grayscale: #C7C7C7. Windows color (decimal): -1066331 or 10861295. OLE color: 10861295.

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

Color convert

RGB239186165-
CMYK00.220.310.06
HSL17.03º69.81%79.22%-
HSV(B)17.03º30.96%93.73%-
XYZ59.9556.1943.28-
YUV199.45108.56156.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 165 (64.84% from 255) = 27.97%
R=40.51%
G=31.53%
B=27.97%

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
Decimal23918616500.220.310.0617.0369.8179.22
HexEFBAA50161F611464f
Octal35727224502637621106117
Binary111011111011101010100101010110111111101000110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efbaa5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efbaa5; }

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

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

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

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

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

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

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

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