Shades of Saffron #EEBF3A
Tints of Saffron #EEBF3A
RGB
CMYK
RGB Variations
Color information
#EEBF3A (or 0xEEBF3A) is known color: Saffron. HEX triplet: EE, BF and 3A. RGB value is (238,191,58). Sum of RGB (Red+Green+Blue) = 238+191+58=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 58 (23.05% from 255 or 11.91% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBF3A is #1140C5. Grayscale: #BEBEBE. Windows color (decimal): -1130694 or 3850222. OLE color: 3850222.
HSL color Cylindrical-coordinate representation of color #EEBF3A: hue angle of 44.33º 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 #EEBF3A is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 58 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.07 |
| HSL | 44.33º | 0.84% | 0.58% | - |
| HSV(B) | 44.33º | 0.76% | 0.93% | - |
| XYZ | 54.65 | 55.74 | 11.88 | - |
| YUV | 189.89 | 53.57 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 58 | 0 | 0.20 | 0.76 | 0.07 | 44.33 | 0.84 | 0.58 |
| Hex | EE | BF | 3A | 0 | 14 | 4C | 7 | 2C | 54 | 3A |
| Octal | 356 | 277 | 72 | 0 | 24 | 114 | 7 | 54 | 124 | 72 |
| Binary | 11101110 | 10111111 | 111010 | 0 | 10100 | 1001100 | 111 | 101100 | 1010100 | 111010 |
Color Harmonies of #EEBF3A
Complementary color
Monochromatic Colors of #EEBF3A
Black with #EEBF3A
Text Example
Text Example
White with #EEBF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF3A; }
p { color: rgb(238,191,58); }
H1.HeaderClassName
{
color: #EEBF3A;
}
.AnyTagClassName
{
color: #EEBF3A;
}
</style>
background-color css
<style>
a { background-color: #EEBF3A; }
a { background-color: rgb(238,191,58); }
div.DivClassName
{
background-color: #EEBF3A;
}
.BgClassName
{
background-color: #EEBF3A;
}
</style>
border-color css
<style>
span { border-color: #EEBF3A; }
span { border-color: rgb(238,191,58); }
td.TdClassName
{
border-color: #EEBF3A;
}
.TagClassName
{
border-color: #EEBF3A;
}
</style>