Shades of Golden Fizz #E6DB25
Tints of Golden Fizz #E6DB25
RGB
CMYK
RGB Variations
Color information
#E6DB25 (or 0xE6DB25) is known color: Golden Fizz. HEX triplet: E6, DB and 25. RGB value is (230,219,37). Sum of RGB (Red+Green+Blue) = 230+219+37=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 37 (14.84% from 255 or 7.61% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DB25 is #1924DA. Grayscale: #CACACA. Windows color (decimal): -1647835 or 2481126. OLE color: 2481126.
HSL color Cylindrical-coordinate representation of color #E6DB25: hue angle of 56.58º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6DB25 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 37 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.10 |
| HSL | 56.58º | 0.79% | 0.52% | - |
| HSV(B) | 56.58º | 0.84% | 0.9% | - |
| XYZ | 58.3 | 67.62 | 11.73 | - |
| YUV | 201.54 | 35.14 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 37 | 0 | 0.05 | 0.84 | 0.10 | 56.58 | 0.79 | 0.52 |
| Hex | E6 | DB | 25 | 0 | 5 | 54 | A | 39 | 4F | 34 |
| Octal | 346 | 333 | 45 | 0 | 5 | 124 | 12 | 71 | 117 | 64 |
| Binary | 11100110 | 11011011 | 100101 | 0 | 101 | 1010100 | 1010 | 111001 | 1001111 | 110100 |
Color Harmonies of #E6DB25
Complementary color
Monochromatic Colors of #E6DB25
Black with #E6DB25
Text Example
Text Example
White with #E6DB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DB25; }
p { color: rgb(230,219,37); }
H1.HeaderClassName
{
color: #E6DB25;
}
.AnyTagClassName
{
color: #E6DB25;
}
</style>
background-color css
<style>
a { background-color: #E6DB25; }
a { background-color: rgb(230,219,37); }
div.DivClassName
{
background-color: #E6DB25;
}
.BgClassName
{
background-color: #E6DB25;
}
</style>
border-color css
<style>
span { border-color: #E6DB25; }
span { border-color: rgb(230,219,37); }
td.TdClassName
{
border-color: #E6DB25;
}
.TagClassName
{
border-color: #E6DB25;
}
</style>