Shades of Saffron #EABF3D
Tints of Saffron #EABF3D
RGB
CMYK
RGB Variations
Color information
#EABF3D (or 0xEABF3D) is known color: Saffron. HEX triplet: EA, BF and 3D. RGB value is (234,191,61). Sum of RGB (Red+Green+Blue) = 234+191+61=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 61 (24.22% from 255 or 12.55% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABF3D is #1540C2. Grayscale: #BDBDBD. Windows color (decimal): -1392835 or 4046826. OLE color: 4046826.
HSL color Cylindrical-coordinate representation of color #EABF3D: hue angle of 45.09º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EABF3D is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 61 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.08 |
| HSL | 45.09º | 0.8% | 0.58% | - |
| HSV(B) | 45.09º | 0.74% | 0.92% | - |
| XYZ | 53.4 | 55.09 | 12.23 | - |
| YUV | 189.04 | 55.75 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 61 | 0 | 0.18 | 0.74 | 0.08 | 45.09 | 0.8 | 0.58 |
| Hex | EA | BF | 3D | 0 | 12 | 4A | 8 | 2D | 50 | 3A |
| Octal | 352 | 277 | 75 | 0 | 22 | 112 | 10 | 55 | 120 | 72 |
| Binary | 11101010 | 10111111 | 111101 | 0 | 10010 | 1001010 | 1000 | 101101 | 1010000 | 111010 |
Color Harmonies of #EABF3D
Complementary color
Monochromatic Colors of #EABF3D
Black with #EABF3D
Text Example
Text Example
White with #EABF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF3D; }
p { color: rgb(234,191,61); }
H1.HeaderClassName
{
color: #EABF3D;
}
.AnyTagClassName
{
color: #EABF3D;
}
</style>
background-color css
<style>
a { background-color: #EABF3D; }
a { background-color: rgb(234,191,61); }
div.DivClassName
{
background-color: #EABF3D;
}
.BgClassName
{
background-color: #EABF3D;
}
</style>
border-color css
<style>
span { border-color: #EABF3D; }
span { border-color: rgb(234,191,61); }
td.TdClassName
{
border-color: #EABF3D;
}
.TagClassName
{
border-color: #EABF3D;
}
</style>