#EFB09C

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

Shades of Wax Flower #EFB09C

Tints of Wax Flower #EFB09C

Color information

#EFB09C (or 0xEFB09C) is unknown color: approx Wax Flower. HEX triplet: EF, B0 and 9C. RGB value is (239,176,156). Sum of RGB (Red+Green+Blue) = 239+176+156=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB09C is #104F63. Grayscale: #C0C0C0. Windows color (decimal): -1068900 or 10268911. OLE color: 10268911.

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

Color convert

RGB239176156-
CMYK00.260.350.06
HSL14.46º72.17%77.45%-
HSV(B)14.46º34.73%93.73%-
XYZ57.1251.838.44-
YUV192.56107.37161.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 176 (69.14% from 255) = 30.82%
BLUE value IS 156 (61.33% from 255) = 27.32%
R=41.86%
G=30.82%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917615600.260.350.0614.4672.1777.45
HexEFB09C01A236e484d
Octal35726023403243616110115
Binary111011111011000010011100011010100011110111010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB09C; }

 p { color: rgb(239,176,156); }

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

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

 a { background-color: rgb(239,176,156); }

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

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

 span { border-color: rgb(239,176,156); }

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