Shades of Saffron #EEBE3F
Tints of Saffron #EEBE3F
RGB
CMYK
RGB Variations
Color information
#EEBE3F (or 0xEEBE3F) is known color: Saffron. HEX triplet: EE, BE and 3F. RGB value is (238,190,63). Sum of RGB (Red+Green+Blue) = 238+190+63=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 63 (25% from 255 or 12.83% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBE3F is #1141C0. Grayscale: #BEBEBE. Windows color (decimal): -1130945 or 4177646. OLE color: 4177646.
HSL color Cylindrical-coordinate representation of color #EEBE3F: hue angle of 43.54º 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 #EEBE3F is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 63 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.07 |
| HSL | 43.54º | 0.84% | 0.59% | - |
| HSV(B) | 43.54º | 0.74% | 0.93% | - |
| XYZ | 54.57 | 55.36 | 12.51 | - |
| YUV | 189.87 | 56.4 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 63 | 0 | 0.20 | 0.74 | 0.07 | 43.54 | 0.84 | 0.59 |
| Hex | EE | BE | 3F | 0 | 14 | 4A | 7 | 2C | 54 | 3B |
| Octal | 356 | 276 | 77 | 0 | 24 | 112 | 7 | 54 | 124 | 73 |
| Binary | 11101110 | 10111110 | 111111 | 0 | 10100 | 1001010 | 111 | 101100 | 1010100 | 111011 |
Color Harmonies of #EEBE3F
Complementary color
Monochromatic Colors of #EEBE3F
Black with #EEBE3F
Text Example
Text Example
White with #EEBE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBE3F; }
p { color: rgb(238,190,63); }
H1.HeaderClassName
{
color: #EEBE3F;
}
.AnyTagClassName
{
color: #EEBE3F;
}
</style>
background-color css
<style>
a { background-color: #EEBE3F; }
a { background-color: rgb(238,190,63); }
div.DivClassName
{
background-color: #EEBE3F;
}
.BgClassName
{
background-color: #EEBE3F;
}
</style>
border-color css
<style>
span { border-color: #EEBE3F; }
span { border-color: rgb(238,190,63); }
td.TdClassName
{
border-color: #EEBE3F;
}
.TagClassName
{
border-color: #EEBE3F;
}
</style>