Shades of Saffron #EFC632
Tints of Saffron #EFC632
RGB
CMYK
RGB Variations
Color information
#EFC632 (or 0xEFC632) is known color: Saffron. HEX triplet: EF, C6 and 32. RGB value is (239,198,50). Sum of RGB (Red+Green+Blue) = 239+198+50=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 50 (19.92% from 255 or 10.27% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC632 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC632 is #1039CD. Grayscale: #C2C2C2. Windows color (decimal): -1063374 or 3327727. OLE color: 3327727.
HSL color Cylindrical-coordinate representation of color #EFC632: hue angle of 46.98º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFC632 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 50 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.06 |
| HSL | 46.98º | 0.86% | 0.57% | - |
| HSV(B) | 46.98º | 0.79% | 0.94% | - |
| XYZ | 56.37 | 58.97 | 11.43 | - |
| YUV | 193.39 | 47.08 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 50 | 0 | 0.17 | 0.79 | 0.06 | 46.98 | 0.86 | 0.57 |
| Hex | EF | C6 | 32 | 0 | 11 | 4F | 6 | 2F | 56 | 39 |
| Octal | 357 | 306 | 62 | 0 | 21 | 117 | 6 | 57 | 126 | 71 |
| Binary | 11101111 | 11000110 | 110010 | 0 | 10001 | 1001111 | 110 | 101111 | 1010110 | 111001 |
Color Harmonies of #EFC632
Complementary color
Monochromatic Colors of #EFC632
Black with #EFC632
Text Example
Text Example
White with #EFC632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC632; }
p { color: rgb(239,198,50); }
H1.HeaderClassName
{
color: #EFC632;
}
.AnyTagClassName
{
color: #EFC632;
}
</style>
background-color css
<style>
a { background-color: #EFC632; }
a { background-color: rgb(239,198,50); }
div.DivClassName
{
background-color: #EFC632;
}
.BgClassName
{
background-color: #EFC632;
}
</style>
border-color css
<style>
span { border-color: #EFC632; }
span { border-color: rgb(239,198,50); }
td.TdClassName
{
border-color: #EFC632;
}
.TagClassName
{
border-color: #EFC632;
}
</style>