Shades of Starship #E5F345
Tints of Starship #E5F345
RGB
CMYK
RGB Variations
Color information
#E5F345 (or 0xE5F345) is known color: Starship. HEX triplet: E5, F3 and 45. RGB value is (229,243,69). Sum of RGB (Red+Green+Blue) = 229+243+69=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 69 (27.34% from 255 or 12.75% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #E5F345 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F345 is #1A0CBA. Grayscale: #DBDBDB. Windows color (decimal): -1707195 or 4584421. OLE color: 4584421.
HSL color Cylindrical-coordinate representation of color #E5F345: hue angle of 64.83º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5F345 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 243 | 69 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.05 |
| HSL | 64.83º | 0.88% | 0.61% | - |
| HSV(B) | 64.83º | 0.72% | 0.95% | - |
| XYZ | 65.44 | 81.19 | 17.85 | - |
| YUV | 218.98 | 43.36 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 243 | 69 | 0.06 | 0 | 0.72 | 0.05 | 64.83 | 0.88 | 0.61 |
| Hex | E5 | F3 | 45 | 6 | 0 | 48 | 5 | 41 | 58 | 3D |
| Octal | 345 | 363 | 105 | 6 | 0 | 110 | 5 | 101 | 130 | 75 |
| Binary | 11100101 | 11110011 | 1000101 | 110 | 0 | 1001000 | 101 | 1000001 | 1011000 | 111101 |
Color Harmonies of #E5F345
Complementary color
Monochromatic Colors of #E5F345
Black with #E5F345
Text Example
Text Example
White with #E5F345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F345; }
p { color: rgb(229,243,69); }
H1.HeaderClassName
{
color: #E5F345;
}
.AnyTagClassName
{
color: #E5F345;
}
</style>
background-color css
<style>
a { background-color: #E5F345; }
a { background-color: rgb(229,243,69); }
div.DivClassName
{
background-color: #E5F345;
}
.BgClassName
{
background-color: #E5F345;
}
</style>
border-color css
<style>
span { border-color: #E5F345; }
span { border-color: rgb(229,243,69); }
td.TdClassName
{
border-color: #E5F345;
}
.TagClassName
{
border-color: #E5F345;
}
</style>