#EFB19E

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

Shades of Wax Flower #EFB19E

Tints of Wax Flower #EFB19E

Color information

#EFB19E (or 0xEFB19E) is unknown color: approx Wax Flower. HEX triplet: EF, B1 and 9E. RGB value is (239,177,158). Sum of RGB (Red+Green+Blue) = 239+177+158=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB19E is #104E61. Grayscale: #C1C1C1. Windows color (decimal): -1068642 or 10400239. OLE color: 10400239.

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

Color convert

RGB239177158-
CMYK00.260.340.06
HSL14.07º71.68%77.84%-
HSV(B)14.07º33.89%93.73%-
XYZ57.4952.2639.41-
YUV193.37108.04160.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.64%
GREEN value IS 177 (69.53% from 255) = 30.84%
BLUE value IS 158 (62.11% from 255) = 27.53%
R=41.64%
G=30.84%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917715800.260.340.0614.0771.6877.84
HexEFB19E01A226e484e
Octal35726123603242616110116
Binary111011111011000110011110011010100010110111010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB19E; }

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

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

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

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

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

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

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

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