Shades of Wax Flower #EFB4A5
Tints of Wax Flower #EFB4A5
RGB
CMYK
RGB Variations
Color information
#EFB4A5 (or 0xEFB4A5) is known color: Wax Flower. HEX triplet: EF, B4 and A5. RGB value is (239,180,165). Sum of RGB (Red+Green+Blue) = 239+180+165=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 165 (64.84% from 255 or 28.25% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB4A5 is #104B5A. Grayscale: #C4C4C4. Windows color (decimal): -1067867 or 10859759. OLE color: 10859759.
HSL color Cylindrical-coordinate representation of color #EFB4A5: hue angle of 12.16º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFB4A5 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 165 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.06 |
| HSL | 12.16º | 0.7% | 0.79% | - |
| HSV(B) | 12.16º | 0.31% | 0.94% | - |
| XYZ | 58.71 | 53.71 | 42.87 | - |
| YUV | 195.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 165 | 0 | 0.25 | 0.31 | 0.06 | 12.16 | 0.7 | 0.79 |
| Hex | EF | B4 | A5 | 0 | 19 | 1F | 6 | C | 46 | 4F |
| Octal | 357 | 264 | 245 | 0 | 31 | 37 | 6 | 14 | 106 | 117 |
| Binary | 11101111 | 10110100 | 10100101 | 0 | 11001 | 11111 | 110 | 1100 | 1000110 | 1001111 |
Color Harmonies of #EFB4A5
Complementary color
Monochromatic Colors of #EFB4A5
Black with #EFB4A5
Text Example
Text Example
White with #EFB4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB4A5; }
p { color: rgb(239,180,165); }
H1.HeaderClassName
{
color: #EFB4A5;
}
.AnyTagClassName
{
color: #EFB4A5;
}
</style>
background-color css
<style>
a { background-color: #EFB4A5; }
a { background-color: rgb(239,180,165); }
div.DivClassName
{
background-color: #EFB4A5;
}
.BgClassName
{
background-color: #EFB4A5;
}
</style>
border-color css
<style>
span { border-color: #EFB4A5; }
span { border-color: rgb(239,180,165); }
td.TdClassName
{
border-color: #EFB4A5;
}
.TagClassName
{
border-color: #EFB4A5;
}
</style>