Shades of Starship #E2ED44
Tints of Starship #E2ED44
RGB
CMYK
RGB Variations
Color information
#E2ED44 (or 0xE2ED44) is known color: Starship. HEX triplet: E2, ED and 44. RGB value is (226,237,68). Sum of RGB (Red+Green+Blue) = 226+237+68=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 68 (26.95% from 255 or 12.81% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #E2ED44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2ED44 is #1D12BB. Grayscale: #D7D7D7. Windows color (decimal): -1905340 or 4517346. OLE color: 4517346.
HSL color Cylindrical-coordinate representation of color #E2ED44: hue angle of 63.91º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E2ED44 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 237 | 68 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.07 |
| HSL | 63.91º | 0.82% | 0.6% | - |
| HSV(B) | 63.91º | 0.71% | 0.93% | - |
| XYZ | 62.69 | 77.15 | 17.06 | - |
| YUV | 214.45 | 45.36 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 237 | 68 | 0.05 | 0 | 0.71 | 0.07 | 63.91 | 0.82 | 0.6 |
| Hex | E2 | ED | 44 | 5 | 0 | 47 | 7 | 40 | 52 | 3C |
| Octal | 342 | 355 | 104 | 5 | 0 | 107 | 7 | 100 | 122 | 74 |
| Binary | 11100010 | 11101101 | 1000100 | 101 | 0 | 1000111 | 111 | 1000000 | 1010010 | 111100 |
Color Harmonies of #E2ED44
Complementary color
Monochromatic Colors of #E2ED44
Black with #E2ED44
Text Example
Text Example
White with #E2ED44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ED44; }
p { color: rgb(226,237,68); }
H1.HeaderClassName
{
color: #E2ED44;
}
.AnyTagClassName
{
color: #E2ED44;
}
</style>
background-color css
<style>
a { background-color: #E2ED44; }
a { background-color: rgb(226,237,68); }
div.DivClassName
{
background-color: #E2ED44;
}
.BgClassName
{
background-color: #E2ED44;
}
</style>
border-color css
<style>
span { border-color: #E2ED44; }
span { border-color: rgb(226,237,68); }
td.TdClassName
{
border-color: #E2ED44;
}
.TagClassName
{
border-color: #E2ED44;
}
</style>