#EFB9A7

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

Shades of Wax Flower #EFB9A7

Tints of Wax Flower #EFB9A7

Color information

#EFB9A7 (or 0xEFB9A7) is unknown color: approx Wax Flower. HEX triplet: EF, B9 and A7. RGB value is (239,185,167). Sum of RGB (Red+Green+Blue) = 239+185+167=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 167 (65.62% from 255 or 28.26% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB9A7 is #104658. Grayscale: #C7C7C7. Windows color (decimal): -1066585 or 10992111. OLE color: 10992111.

HSL color Cylindrical-coordinate representation of color #EFB9A7: hue angle of 15º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFB9A7 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB239185167-
CMYK00.230.300.06
HSL15º69.23%79.61%-
HSV(B)15º30.13%93.73%-
XYZ59.9255.8444.18-
YUV199.09109.89156.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 185 (72.66% from 255) = 31.30%
BLUE value IS 167 (65.62% from 255) = 28.26%
R=40.44%
G=31.30%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918516700.230.300.061569.2379.61
HexEFB9A70171E6f4550
Octal35727124702736617105120
Binary11101111101110011010011101011111110110111110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB9A7; }

 p { color: rgb(239,185,167); }

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

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

 a { background-color: rgb(239,185,167); }

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

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

 span { border-color: rgb(239,185,167); }

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