Shades of Saffron #EFBD3A
Tints of Saffron #EFBD3A
RGB
CMYK
RGB Variations
Color information
#EFBD3A (or 0xEFBD3A) is known color: Saffron. HEX triplet: EF, BD and 3A. RGB value is (239,189,58). Sum of RGB (Red+Green+Blue) = 239+189+58=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 58 (23.05% from 255 or 11.93% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBD3A is #1042C5. Grayscale: #BDBDBD. Windows color (decimal): -1065670 or 3849711. OLE color: 3849711.
HSL color Cylindrical-coordinate representation of color #EFBD3A: hue angle of 43.43º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFBD3A is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 58 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.06 |
| HSL | 43.43º | 0.85% | 0.58% | - |
| HSV(B) | 43.43º | 0.76% | 0.94% | - |
| XYZ | 54.56 | 55.05 | 11.75 | - |
| YUV | 189.02 | 54.07 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 58 | 0 | 0.21 | 0.76 | 0.06 | 43.43 | 0.85 | 0.58 |
| Hex | EF | BD | 3A | 0 | 15 | 4C | 6 | 2B | 55 | 3A |
| Octal | 357 | 275 | 72 | 0 | 25 | 114 | 6 | 53 | 125 | 72 |
| Binary | 11101111 | 10111101 | 111010 | 0 | 10101 | 1001100 | 110 | 101011 | 1010101 | 111010 |
Color Harmonies of #EFBD3A
Complementary color
Monochromatic Colors of #EFBD3A
Black with #EFBD3A
Text Example
Text Example
White with #EFBD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBD3A; }
p { color: rgb(239,189,58); }
H1.HeaderClassName
{
color: #EFBD3A;
}
.AnyTagClassName
{
color: #EFBD3A;
}
</style>
background-color css
<style>
a { background-color: #EFBD3A; }
a { background-color: rgb(239,189,58); }
div.DivClassName
{
background-color: #EFBD3A;
}
.BgClassName
{
background-color: #EFBD3A;
}
</style>
border-color css
<style>
span { border-color: #EFBD3A; }
span { border-color: rgb(239,189,58); }
td.TdClassName
{
border-color: #EFBD3A;
}
.TagClassName
{
border-color: #EFBD3A;
}
</style>