Shades of Saffron #EFBE3F
Tints of Saffron #EFBE3F
RGB
CMYK
RGB Variations
Color information
#EFBE3F (or 0xEFBE3F) is known color: Saffron. HEX triplet: EF, BE and 3F. RGB value is (239,190,63). Sum of RGB (Red+Green+Blue) = 239+190+63=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 63 (25% from 255 or 12.80% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBE3F is #1041C0. Grayscale: #BEBEBE. Windows color (decimal): -1065409 or 4177647. OLE color: 4177647.
HSL color Cylindrical-coordinate representation of color #EFBE3F: hue angle of 43.3º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFBE3F is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 63 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.06 |
| HSL | 43.3º | 0.85% | 0.59% | - |
| HSV(B) | 43.3º | 0.74% | 0.94% | - |
| XYZ | 54.91 | 55.54 | 12.53 | - |
| YUV | 190.17 | 56.23 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 63 | 0 | 0.21 | 0.74 | 0.06 | 43.3 | 0.85 | 0.59 |
| Hex | EF | BE | 3F | 0 | 15 | 4A | 6 | 2B | 55 | 3B |
| Octal | 357 | 276 | 77 | 0 | 25 | 112 | 6 | 53 | 125 | 73 |
| Binary | 11101111 | 10111110 | 111111 | 0 | 10101 | 1001010 | 110 | 101011 | 1010101 | 111011 |
Color Harmonies of #EFBE3F
Complementary color
Monochromatic Colors of #EFBE3F
Black with #EFBE3F
Text Example
Text Example
White with #EFBE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBE3F; }
p { color: rgb(239,190,63); }
H1.HeaderClassName
{
color: #EFBE3F;
}
.AnyTagClassName
{
color: #EFBE3F;
}
</style>
background-color css
<style>
a { background-color: #EFBE3F; }
a { background-color: rgb(239,190,63); }
div.DivClassName
{
background-color: #EFBE3F;
}
.BgClassName
{
background-color: #EFBE3F;
}
</style>
border-color css
<style>
span { border-color: #EFBE3F; }
span { border-color: rgb(239,190,63); }
td.TdClassName
{
border-color: #EFBE3F;
}
.TagClassName
{
border-color: #EFBE3F;
}
</style>