#EFB49A

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

Shades of Wax Flower #EFB49A

Tints of Wax Flower #EFB49A

Color information

#EFB49A (or 0xEFB49A) is unknown color: approx Wax Flower. HEX triplet: EF, B4 and 9A. RGB value is (239,180,154). Sum of RGB (Red+Green+Blue) = 239+180+154=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 154 (60.55% from 255 or 26.88% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB49A is #104B65. Grayscale: #C2C2C2. Windows color (decimal): -1067878 or 10138863. OLE color: 10138863.

HSL color Cylindrical-coordinate representation of color #EFB49A: hue angle of 18.35º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFB49A is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB239180154-
CMYK00.250.360.06
HSL18.35º72.65%77.06%-
HSV(B)18.35º35.56%93.73%-
XYZ57.7553.3337.82-
YUV194.68105.05159.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.71%
GREEN value IS 180 (70.70% from 255) = 31.41%
BLUE value IS 154 (60.55% from 255) = 26.88%
R=41.71%
G=31.41%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918015400.250.360.0618.3572.6577.06
HexEFB49A01924612494d
Octal35726423203144622111115
Binary1110111110110100100110100110011001001101001010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB49A; }

 p { color: rgb(239,180,154); }

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

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

 a { background-color: rgb(239,180,154); }

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

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

 span { border-color: rgb(239,180,154); }

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