Shades of Starship #E5EF3B
Tints of Starship #E5EF3B
RGB
CMYK
RGB Variations
Color information
#E5EF3B (or 0xE5EF3B) is known color: Starship. HEX triplet: E5, EF and 3B. RGB value is (229,239,59). Sum of RGB (Red+Green+Blue) = 229+239+59=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 59 (23.44% from 255 or 11.20% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #E5EF3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5EF3B is #1A10C4. Grayscale: #D8D8D8. Windows color (decimal): -1708229 or 3928037. OLE color: 3928037.
HSL color Cylindrical-coordinate representation of color #E5EF3B: hue angle of 63.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E5EF3B is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 239 | 59 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.06 |
| HSL | 63.33º | 0.85% | 0.58% | - |
| HSV(B) | 63.33º | 0.75% | 0.94% | - |
| XYZ | 63.97 | 78.71 | 15.96 | - |
| YUV | 215.49 | 39.69 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 239 | 59 | 0.04 | 0 | 0.75 | 0.06 | 63.33 | 0.85 | 0.58 |
| Hex | E5 | EF | 3B | 4 | 0 | 4B | 6 | 3F | 55 | 3A |
| Octal | 345 | 357 | 73 | 4 | 0 | 113 | 6 | 77 | 125 | 72 |
| Binary | 11100101 | 11101111 | 111011 | 100 | 0 | 1001011 | 110 | 111111 | 1010101 | 111010 |
Color Harmonies of #E5EF3B
Complementary color
Monochromatic Colors of #E5EF3B
Black with #E5EF3B
Text Example
Text Example
White with #E5EF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EF3B; }
p { color: rgb(229,239,59); }
H1.HeaderClassName
{
color: #E5EF3B;
}
.AnyTagClassName
{
color: #E5EF3B;
}
</style>
background-color css
<style>
a { background-color: #E5EF3B; }
a { background-color: rgb(229,239,59); }
div.DivClassName
{
background-color: #E5EF3B;
}
.BgClassName
{
background-color: #E5EF3B;
}
</style>
border-color css
<style>
span { border-color: #E5EF3B; }
span { border-color: rgb(229,239,59); }
td.TdClassName
{
border-color: #E5EF3B;
}
.TagClassName
{
border-color: #E5EF3B;
}
</style>