Shades of Saffron #EEBF3E
Tints of Saffron #EEBF3E
RGB
CMYK
RGB Variations
Color information
#EEBF3E (or 0xEEBF3E) is known color: Saffron. HEX triplet: EE, BF and 3E. RGB value is (238,191,62). Sum of RGB (Red+Green+Blue) = 238+191+62=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 62 (24.61% from 255 or 12.63% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBF3E is #1140C1. Grayscale: #BEBEBE. Windows color (decimal): -1130690 or 4112366. OLE color: 4112366.
HSL color Cylindrical-coordinate representation of color #EEBF3E: hue angle of 43.98º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EEBF3E is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 62 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.07 |
| HSL | 43.98º | 0.84% | 0.59% | - |
| HSV(B) | 43.98º | 0.74% | 0.93% | - |
| XYZ | 54.76 | 55.79 | 12.44 | - |
| YUV | 190.35 | 55.57 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 62 | 0 | 0.20 | 0.74 | 0.07 | 43.98 | 0.84 | 0.59 |
| Hex | EE | BF | 3E | 0 | 14 | 4A | 7 | 2C | 54 | 3B |
| Octal | 356 | 277 | 76 | 0 | 24 | 112 | 7 | 54 | 124 | 73 |
| Binary | 11101110 | 10111111 | 111110 | 0 | 10100 | 1001010 | 111 | 101100 | 1010100 | 111011 |
Color Harmonies of #EEBF3E
Complementary color
Monochromatic Colors of #EEBF3E
Black with #EEBF3E
Text Example
Text Example
White with #EEBF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF3E; }
p { color: rgb(238,191,62); }
H1.HeaderClassName
{
color: #EEBF3E;
}
.AnyTagClassName
{
color: #EEBF3E;
}
</style>
background-color css
<style>
a { background-color: #EEBF3E; }
a { background-color: rgb(238,191,62); }
div.DivClassName
{
background-color: #EEBF3E;
}
.BgClassName
{
background-color: #EEBF3E;
}
</style>
border-color css
<style>
span { border-color: #EEBF3E; }
span { border-color: rgb(238,191,62); }
td.TdClassName
{
border-color: #EEBF3E;
}
.TagClassName
{
border-color: #EEBF3E;
}
</style>