Shades of Starship #E4ED34
Tints of Starship #E4ED34
RGB
CMYK
RGB Variations
Color information
#E4ED34 (or 0xE4ED34) is known color: Starship. HEX triplet: E4, ED and 34. RGB value is (228,237,52). Sum of RGB (Red+Green+Blue) = 228+237+52=517 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.10% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 52 (20.70% from 255 or 10.06% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #E4ED34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4ED34 is #1B12CB. Grayscale: #D5D5D5. Windows color (decimal): -1774284 or 3468772. OLE color: 3468772.
HSL color Cylindrical-coordinate representation of color #E4ED34: hue angle of 62.92º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E4ED34 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 237 | 52 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.07 |
| HSL | 62.92º | 0.84% | 0.57% | - |
| HSV(B) | 62.92º | 0.78% | 0.93% | - |
| XYZ | 62.9 | 77.31 | 14.86 | - |
| YUV | 213.22 | 37.02 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 237 | 52 | 0.04 | 0 | 0.78 | 0.07 | 62.92 | 0.84 | 0.57 |
| Hex | E4 | ED | 34 | 4 | 0 | 4E | 7 | 3F | 54 | 39 |
| Octal | 344 | 355 | 64 | 4 | 0 | 116 | 7 | 77 | 124 | 71 |
| Binary | 11100100 | 11101101 | 110100 | 100 | 0 | 1001110 | 111 | 111111 | 1010100 | 111001 |
Color Harmonies of #E4ED34
Complementary color
Monochromatic Colors of #E4ED34
Black with #E4ED34
Text Example
Text Example
White with #E4ED34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ED34; }
p { color: rgb(228,237,52); }
H1.HeaderClassName
{
color: #E4ED34;
}
.AnyTagClassName
{
color: #E4ED34;
}
</style>
background-color css
<style>
a { background-color: #E4ED34; }
a { background-color: rgb(228,237,52); }
div.DivClassName
{
background-color: #E4ED34;
}
.BgClassName
{
background-color: #E4ED34;
}
</style>
border-color css
<style>
span { border-color: #E4ED34; }
span { border-color: rgb(228,237,52); }
td.TdClassName
{
border-color: #E4ED34;
}
.TagClassName
{
border-color: #E4ED34;
}
</style>