#EFB89E

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

Shades of Wax Flower #EFB89E

Tints of Wax Flower #EFB89E

Color information

#EFB89E (or 0xEFB89E) is unknown color: approx Wax Flower. HEX triplet: EF, B8 and 9E. RGB value is (239,184,158). Sum of RGB (Red+Green+Blue) = 239+184+158=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 158 (62.11% from 255 or 27.19% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB89E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB89E is #104761. Grayscale: #C5C5C5. Windows color (decimal): -1066850 or 10402031. OLE color: 10402031.

HSL color Cylindrical-coordinate representation of color #EFB89E: hue angle of 19.26º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFB89E is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB239184158-
CMYK00.230.340.06
HSL19.26º71.68%77.84%-
HSV(B)19.26º33.89%93.73%-
XYZ58.9155.139.88-
YUV197.48105.72157.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.14%
GREEN value IS 184 (72.27% from 255) = 31.67%
BLUE value IS 158 (62.11% from 255) = 27.19%
R=41.14%
G=31.67%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918415800.230.340.0619.2671.6877.84
HexEFB89E01722613484e
Octal35727023602742623110116
Binary1110111110111000100111100101111000101101001110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB89E; }

 p { color: rgb(239,184,158); }

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

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

 a { background-color: rgb(239,184,158); }

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

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

 span { border-color: rgb(239,184,158); }

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