Shades of Saffron #EFC130
Tints of Saffron #EFC130
RGB
CMYK
RGB Variations
Color information
#EFC130 (or 0xEFC130) is known color: Saffron. HEX triplet: EF, C1 and 30. RGB value is (239,193,48). Sum of RGB (Red+Green+Blue) = 239+193+48=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 48 (19.14% from 255 or 10% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC130 is #103ECF. Grayscale: #BEBEBE. Windows color (decimal): -1064656 or 3195375. OLE color: 3195375.
HSL color Cylindrical-coordinate representation of color #EFC130: hue angle of 45.55º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFC130 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 48 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.06 |
| HSL | 45.55º | 0.86% | 0.56% | - |
| HSV(B) | 45.55º | 0.8% | 0.94% | - |
| XYZ | 55.2 | 56.7 | 10.83 | - |
| YUV | 190.22 | 47.74 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 48 | 0 | 0.19 | 0.80 | 0.06 | 45.55 | 0.86 | 0.56 |
| Hex | EF | C1 | 30 | 0 | 13 | 50 | 6 | 2E | 56 | 38 |
| Octal | 357 | 301 | 60 | 0 | 23 | 120 | 6 | 56 | 126 | 70 |
| Binary | 11101111 | 11000001 | 110000 | 0 | 10011 | 1010000 | 110 | 101110 | 1010110 | 111000 |
Color Harmonies of #EFC130
Complementary color
Monochromatic Colors of #EFC130
Black with #EFC130
Text Example
Text Example
White with #EFC130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC130; }
p { color: rgb(239,193,48); }
H1.HeaderClassName
{
color: #EFC130;
}
.AnyTagClassName
{
color: #EFC130;
}
</style>
background-color css
<style>
a { background-color: #EFC130; }
a { background-color: rgb(239,193,48); }
div.DivClassName
{
background-color: #EFC130;
}
.BgClassName
{
background-color: #EFC130;
}
</style>
border-color css
<style>
span { border-color: #EFC130; }
span { border-color: rgb(239,193,48); }
td.TdClassName
{
border-color: #EFC130;
}
.TagClassName
{
border-color: #EFC130;
}
</style>