Shades of Starship #E5DF36
Tints of Starship #E5DF36
RGB
CMYK
RGB Variations
Color information
#E5DF36 (or 0xE5DF36) is known color: Starship. HEX triplet: E5, DF and 36. RGB value is (229,223,54). Sum of RGB (Red+Green+Blue) = 229+223+54=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 54 (21.48% from 255 or 10.67% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DF36 is #1A20C9. Grayscale: #CECECE. Windows color (decimal): -1712330 or 3596261. OLE color: 3596261.
HSL color Cylindrical-coordinate representation of color #E5DF36: hue angle of 57.94º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5DF36 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 223 | 54 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.10 |
| HSL | 57.94º | 0.77% | 0.55% | - |
| HSV(B) | 57.94º | 0.76% | 0.9% | - |
| XYZ | 59.37 | 69.7 | 13.81 | - |
| YUV | 205.53 | 42.49 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 223 | 54 | 0 | 0.03 | 0.76 | 0.10 | 57.94 | 0.77 | 0.55 |
| Hex | E5 | DF | 36 | 0 | 3 | 4C | A | 3A | 4D | 37 |
| Octal | 345 | 337 | 66 | 0 | 3 | 114 | 12 | 72 | 115 | 67 |
| Binary | 11100101 | 11011111 | 110110 | 0 | 11 | 1001100 | 1010 | 111010 | 1001101 | 110111 |
Color Harmonies of #E5DF36
Complementary color
Monochromatic Colors of #E5DF36
Black with #E5DF36
Text Example
Text Example
White with #E5DF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DF36; }
p { color: rgb(229,223,54); }
H1.HeaderClassName
{
color: #E5DF36;
}
.AnyTagClassName
{
color: #E5DF36;
}
</style>
background-color css
<style>
a { background-color: #E5DF36; }
a { background-color: rgb(229,223,54); }
div.DivClassName
{
background-color: #E5DF36;
}
.BgClassName
{
background-color: #E5DF36;
}
</style>
border-color css
<style>
span { border-color: #E5DF36; }
span { border-color: rgb(229,223,54); }
td.TdClassName
{
border-color: #E5DF36;
}
.TagClassName
{
border-color: #E5DF36;
}
</style>