Shades of Starship #E4EA34
Tints of Starship #E4EA34
RGB
CMYK
RGB Variations
Color information
#E4EA34 (or 0xE4EA34) is known color: Starship. HEX triplet: E4, EA and 34. RGB value is (228,234,52). Sum of RGB (Red+Green+Blue) = 228+234+52=514 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.36% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 52 (20.70% from 255 or 10.12% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #E4EA34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4EA34 is #1B15CB. Grayscale: #D4D4D4. Windows color (decimal): -1775052 or 3468004. OLE color: 3468004.
HSL color Cylindrical-coordinate representation of color #E4EA34: hue angle of 61.98º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E4EA34 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 234 | 52 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.08 |
| HSL | 61.98º | 0.81% | 0.56% | - |
| HSV(B) | 61.98º | 0.78% | 0.92% | - |
| XYZ | 62.04 | 75.59 | 14.57 | - |
| YUV | 211.46 | 38.01 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 234 | 52 | 0.03 | 0 | 0.78 | 0.08 | 61.98 | 0.81 | 0.56 |
| Hex | E4 | EA | 34 | 3 | 0 | 4E | 8 | 3E | 51 | 38 |
| Octal | 344 | 352 | 64 | 3 | 0 | 116 | 10 | 76 | 121 | 70 |
| Binary | 11100100 | 11101010 | 110100 | 11 | 0 | 1001110 | 1000 | 111110 | 1010001 | 111000 |
Color Harmonies of #E4EA34
Complementary color
Monochromatic Colors of #E4EA34
Black with #E4EA34
Text Example
Text Example
White with #E4EA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EA34; }
p { color: rgb(228,234,52); }
H1.HeaderClassName
{
color: #E4EA34;
}
.AnyTagClassName
{
color: #E4EA34;
}
</style>
background-color css
<style>
a { background-color: #E4EA34; }
a { background-color: rgb(228,234,52); }
div.DivClassName
{
background-color: #E4EA34;
}
.BgClassName
{
background-color: #E4EA34;
}
</style>
border-color css
<style>
span { border-color: #E4EA34; }
span { border-color: rgb(228,234,52); }
td.TdClassName
{
border-color: #E4EA34;
}
.TagClassName
{
border-color: #E4EA34;
}
</style>