Shades of Starship #E5DF46
Tints of Starship #E5DF46
RGB
CMYK
RGB Variations
Color information
#E5DF46 (or 0xE5DF46) is known color: Starship. HEX triplet: E5, DF and 46. RGB value is (229,223,70). Sum of RGB (Red+Green+Blue) = 229+223+70=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 70 (27.73% from 255 or 13.41% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DF46 is #1A20B9. Grayscale: #CFCFCF. Windows color (decimal): -1712314 or 4644837. OLE color: 4644837.
HSL color Cylindrical-coordinate representation of color #E5DF46: hue angle of 57.74º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5DF46 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 223 | 70 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.10 |
| HSL | 57.74º | 0.75% | 0.59% | - |
| HSV(B) | 57.74º | 0.69% | 0.9% | - |
| XYZ | 59.81 | 69.88 | 16.13 | - |
| YUV | 207.35 | 50.49 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 223 | 70 | 0 | 0.03 | 0.69 | 0.10 | 57.74 | 0.75 | 0.59 |
| Hex | E5 | DF | 46 | 0 | 3 | 45 | A | 3A | 4B | 3B |
| Octal | 345 | 337 | 106 | 0 | 3 | 105 | 12 | 72 | 113 | 73 |
| Binary | 11100101 | 11011111 | 1000110 | 0 | 11 | 1000101 | 1010 | 111010 | 1001011 | 111011 |
Color Harmonies of #E5DF46
Complementary color
Monochromatic Colors of #E5DF46
Black with #E5DF46
Text Example
Text Example
White with #E5DF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DF46; }
p { color: rgb(229,223,70); }
H1.HeaderClassName
{
color: #E5DF46;
}
.AnyTagClassName
{
color: #E5DF46;
}
</style>
background-color css
<style>
a { background-color: #E5DF46; }
a { background-color: rgb(229,223,70); }
div.DivClassName
{
background-color: #E5DF46;
}
.BgClassName
{
background-color: #E5DF46;
}
</style>
border-color css
<style>
span { border-color: #E5DF46; }
span { border-color: rgb(229,223,70); }
td.TdClassName
{
border-color: #E5DF46;
}
.TagClassName
{
border-color: #E5DF46;
}
</style>