Shades of Starship #E5F935
Tints of Starship #E5F935
RGB
CMYK
RGB Variations
Color information
#E5F935 (or 0xE5F935) is known color: Starship. HEX triplet: E5, F9 and 35. RGB value is (229,249,53). Sum of RGB (Red+Green+Blue) = 229+249+53=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 53 (21.09% from 255 or 9.98% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #E5F935 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F935 is #1A06CA. Grayscale: #DDDDDD. Windows color (decimal): -1705675 or 3537381. OLE color: 3537381.
HSL color Cylindrical-coordinate representation of color #E5F935: hue angle of 66.12º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5F935 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 249 | 53 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.02 |
| HSL | 66.12º | 0.94% | 0.59% | - |
| HSV(B) | 66.12º | 0.79% | 0.98% | - |
| XYZ | 66.83 | 84.67 | 16.19 | - |
| YUV | 220.68 | 33.37 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 249 | 53 | 0.08 | 0 | 0.79 | 0.02 | 66.12 | 0.94 | 0.59 |
| Hex | E5 | F9 | 35 | 8 | 0 | 4F | 2 | 42 | 5E | 3B |
| Octal | 345 | 371 | 65 | 10 | 0 | 117 | 2 | 102 | 136 | 73 |
| Binary | 11100101 | 11111001 | 110101 | 1000 | 0 | 1001111 | 10 | 1000010 | 1011110 | 111011 |
Color Harmonies of #E5F935
Complementary color
Monochromatic Colors of #E5F935
Black with #E5F935
Text Example
Text Example
White with #E5F935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F935; }
p { color: rgb(229,249,53); }
H1.HeaderClassName
{
color: #E5F935;
}
.AnyTagClassName
{
color: #E5F935;
}
</style>
background-color css
<style>
a { background-color: #E5F935; }
a { background-color: rgb(229,249,53); }
div.DivClassName
{
background-color: #E5F935;
}
.BgClassName
{
background-color: #E5F935;
}
</style>
border-color css
<style>
span { border-color: #E5F935; }
span { border-color: rgb(229,249,53); }
td.TdClassName
{
border-color: #E5F935;
}
.TagClassName
{
border-color: #E5F935;
}
</style>