Shades of Saffron #EFC838
Tints of Saffron #EFC838
RGB
CMYK
RGB Variations
Color information
#EFC838 (or 0xEFC838) is known color: Saffron. HEX triplet: EF, C8 and 38. RGB value is (239,200,56). Sum of RGB (Red+Green+Blue) = 239+200+56=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 56 (22.27% from 255 or 11.31% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC838 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC838 is #1037C7. Grayscale: #C3C3C3. Windows color (decimal): -1062856 or 3721455. OLE color: 3721455.
HSL color Cylindrical-coordinate representation of color #EFC838: hue angle of 47.21º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFC838 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 56 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.06 |
| HSL | 47.21º | 0.85% | 0.58% | - |
| HSV(B) | 47.21º | 0.77% | 0.94% | - |
| XYZ | 56.96 | 59.94 | 12.31 | - |
| YUV | 195.25 | 49.42 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 56 | 0 | 0.16 | 0.77 | 0.06 | 47.21 | 0.85 | 0.58 |
| Hex | EF | C8 | 38 | 0 | 10 | 4D | 6 | 2F | 55 | 3A |
| Octal | 357 | 310 | 70 | 0 | 20 | 115 | 6 | 57 | 125 | 72 |
| Binary | 11101111 | 11001000 | 111000 | 0 | 10000 | 1001101 | 110 | 101111 | 1010101 | 111010 |
Color Harmonies of #EFC838
Complementary color
Monochromatic Colors of #EFC838
Black with #EFC838
Text Example
Text Example
White with #EFC838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC838; }
p { color: rgb(239,200,56); }
H1.HeaderClassName
{
color: #EFC838;
}
.AnyTagClassName
{
color: #EFC838;
}
</style>
background-color css
<style>
a { background-color: #EFC838; }
a { background-color: rgb(239,200,56); }
div.DivClassName
{
background-color: #EFC838;
}
.BgClassName
{
background-color: #EFC838;
}
</style>
border-color css
<style>
span { border-color: #EFC838; }
span { border-color: rgb(239,200,56); }
td.TdClassName
{
border-color: #EFC838;
}
.TagClassName
{
border-color: #EFC838;
}
</style>