Shades of Saffron #EEBF39
Tints of Saffron #EEBF39
RGB
CMYK
RGB Variations
Color information
#EEBF39 (or 0xEEBF39) is known color: Saffron. HEX triplet: EE, BF and 39. RGB value is (238,191,57). Sum of RGB (Red+Green+Blue) = 238+191+57=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 57 (22.66% from 255 or 11.73% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBF39 is #1140C6. Grayscale: #BEBEBE. Windows color (decimal): -1130695 or 3784686. OLE color: 3784686.
HSL color Cylindrical-coordinate representation of color #EEBF39: hue angle of 44.42º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEBF39 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 57 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.07 |
| HSL | 44.42º | 0.84% | 0.58% | - |
| HSV(B) | 44.42º | 0.76% | 0.93% | - |
| XYZ | 54.63 | 55.73 | 11.75 | - |
| YUV | 189.78 | 53.07 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 57 | 0 | 0.20 | 0.76 | 0.07 | 44.42 | 0.84 | 0.58 |
| Hex | EE | BF | 39 | 0 | 14 | 4C | 7 | 2C | 54 | 3A |
| Octal | 356 | 277 | 71 | 0 | 24 | 114 | 7 | 54 | 124 | 72 |
| Binary | 11101110 | 10111111 | 111001 | 0 | 10100 | 1001100 | 111 | 101100 | 1010100 | 111010 |
Color Harmonies of #EEBF39
Complementary color
Monochromatic Colors of #EEBF39
Black with #EEBF39
Text Example
Text Example
White with #EEBF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF39; }
p { color: rgb(238,191,57); }
H1.HeaderClassName
{
color: #EEBF39;
}
.AnyTagClassName
{
color: #EEBF39;
}
</style>
background-color css
<style>
a { background-color: #EEBF39; }
a { background-color: rgb(238,191,57); }
div.DivClassName
{
background-color: #EEBF39;
}
.BgClassName
{
background-color: #EEBF39;
}
</style>
border-color css
<style>
span { border-color: #EEBF39; }
span { border-color: rgb(238,191,57); }
td.TdClassName
{
border-color: #EEBF39;
}
.TagClassName
{
border-color: #EEBF39;
}
</style>