Shades of Saffron #EEBF36
Tints of Saffron #EEBF36
RGB
CMYK
RGB Variations
Color information
#EEBF36 (or 0xEEBF36) is known color: Saffron. HEX triplet: EE, BF and 36. RGB value is (238,191,54). Sum of RGB (Red+Green+Blue) = 238+191+54=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 54 (21.48% from 255 or 11.18% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBF36 is #1140C9. Grayscale: #BEBEBE. Windows color (decimal): -1130698 or 3588078. OLE color: 3588078.
HSL color Cylindrical-coordinate representation of color #EEBF36: hue angle of 44.67º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EEBF36 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 54 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.07 |
| HSL | 44.67º | 0.84% | 0.57% | - |
| HSV(B) | 44.67º | 0.77% | 0.93% | - |
| XYZ | 54.56 | 55.71 | 11.37 | - |
| YUV | 189.44 | 51.57 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 54 | 0 | 0.20 | 0.77 | 0.07 | 44.67 | 0.84 | 0.57 |
| Hex | EE | BF | 36 | 0 | 14 | 4D | 7 | 2D | 54 | 39 |
| Octal | 356 | 277 | 66 | 0 | 24 | 115 | 7 | 55 | 124 | 71 |
| Binary | 11101110 | 10111111 | 110110 | 0 | 10100 | 1001101 | 111 | 101101 | 1010100 | 111001 |
Color Harmonies of #EEBF36
Complementary color
Monochromatic Colors of #EEBF36
Black with #EEBF36
Text Example
Text Example
White with #EEBF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF36; }
p { color: rgb(238,191,54); }
H1.HeaderClassName
{
color: #EEBF36;
}
.AnyTagClassName
{
color: #EEBF36;
}
</style>
background-color css
<style>
a { background-color: #EEBF36; }
a { background-color: rgb(238,191,54); }
div.DivClassName
{
background-color: #EEBF36;
}
.BgClassName
{
background-color: #EEBF36;
}
</style>
border-color css
<style>
span { border-color: #EEBF36; }
span { border-color: rgb(238,191,54); }
td.TdClassName
{
border-color: #EEBF36;
}
.TagClassName
{
border-color: #EEBF36;
}
</style>