Shades of Golden Fizz #E6EA1F
Tints of Golden Fizz #E6EA1F
RGB
CMYK
RGB Variations
Color information
#E6EA1F (or 0xE6EA1F) is known color: Golden Fizz. HEX triplet: E6, EA and 1F. RGB value is (230,234,31). Sum of RGB (Red+Green+Blue) = 230+234+31=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 31 (12.5% from 255 or 6.26% from 495); Max value from RGB is 234 - color contains mainly: green. Hex color #E6EA1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6EA1F is #1915E0. Grayscale: #D2D2D2. Windows color (decimal): -1644001 or 2091750. OLE color: 2091750.
HSL color Cylindrical-coordinate representation of color #E6EA1F: hue angle of 61.18º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E6EA1F is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 234 | 31 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.08 |
| HSL | 61.18º | 0.83% | 0.52% | - |
| HSV(B) | 61.18º | 0.87% | 0.92% | - |
| XYZ | 62.3 | 75.77 | 12.64 | - |
| YUV | 209.66 | 27.17 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 234 | 31 | 0.02 | 0 | 0.87 | 0.08 | 61.18 | 0.83 | 0.52 |
| Hex | E6 | EA | 1F | 2 | 0 | 57 | 8 | 3D | 53 | 34 |
| Octal | 346 | 352 | 37 | 2 | 0 | 127 | 10 | 75 | 123 | 64 |
| Binary | 11100110 | 11101010 | 11111 | 10 | 0 | 1010111 | 1000 | 111101 | 1010011 | 110100 |
Color Harmonies of #E6EA1F
Complementary color
Monochromatic Colors of #E6EA1F
Black with #E6EA1F
Text Example
Text Example
White with #E6EA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EA1F; }
p { color: rgb(230,234,31); }
H1.HeaderClassName
{
color: #E6EA1F;
}
.AnyTagClassName
{
color: #E6EA1F;
}
</style>
background-color css
<style>
a { background-color: #E6EA1F; }
a { background-color: rgb(230,234,31); }
div.DivClassName
{
background-color: #E6EA1F;
}
.BgClassName
{
background-color: #E6EA1F;
}
</style>
border-color css
<style>
span { border-color: #E6EA1F; }
span { border-color: rgb(230,234,31); }
td.TdClassName
{
border-color: #E6EA1F;
}
.TagClassName
{
border-color: #E6EA1F;
}
</style>