Shades of Saffron #EFBE36
Tints of Saffron #EFBE36
RGB
CMYK
RGB Variations
Color information
#EFBE36 (or 0xEFBE36) is known color: Saffron. HEX triplet: EF, BE and 36. RGB value is (239,190,54). Sum of RGB (Red+Green+Blue) = 239+190+54=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 54 (21.48% from 255 or 11.18% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBE36 is #1041C9. Grayscale: #BDBDBD. Windows color (decimal): -1065418 or 3587823. OLE color: 3587823.
HSL color Cylindrical-coordinate representation of color #EFBE36: hue angle of 44.11º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFBE36 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 54 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.06 |
| HSL | 44.11º | 0.85% | 0.57% | - |
| HSV(B) | 44.11º | 0.77% | 0.94% | - |
| XYZ | 54.68 | 55.44 | 11.31 | - |
| YUV | 189.15 | 51.73 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 54 | 0 | 0.21 | 0.77 | 0.06 | 44.11 | 0.85 | 0.57 |
| Hex | EF | BE | 36 | 0 | 15 | 4D | 6 | 2C | 55 | 39 |
| Octal | 357 | 276 | 66 | 0 | 25 | 115 | 6 | 54 | 125 | 71 |
| Binary | 11101111 | 10111110 | 110110 | 0 | 10101 | 1001101 | 110 | 101100 | 1010101 | 111001 |
Color Harmonies of #EFBE36
Complementary color
Monochromatic Colors of #EFBE36
Black with #EFBE36
Text Example
Text Example
White with #EFBE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBE36; }
p { color: rgb(239,190,54); }
H1.HeaderClassName
{
color: #EFBE36;
}
.AnyTagClassName
{
color: #EFBE36;
}
</style>
background-color css
<style>
a { background-color: #EFBE36; }
a { background-color: rgb(239,190,54); }
div.DivClassName
{
background-color: #EFBE36;
}
.BgClassName
{
background-color: #EFBE36;
}
</style>
border-color css
<style>
span { border-color: #EFBE36; }
span { border-color: rgb(239,190,54); }
td.TdClassName
{
border-color: #EFBE36;
}
.TagClassName
{
border-color: #EFBE36;
}
</style>