Shades of Starship #EFE145
Tints of Starship #EFE145
RGB
CMYK
RGB Variations
Color information
#EFE145 (or 0xEFE145) is known color: Starship. HEX triplet: EF, E1 and 45. RGB value is (239,225,69). Sum of RGB (Red+Green+Blue) = 239+225+69=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 69 (27.34% from 255 or 12.95% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE145 is #101EBA. Grayscale: #D4D4D4. Windows color (decimal): -1056443 or 4579823. OLE color: 4579823.
HSL color Cylindrical-coordinate representation of color #EFE145: hue angle of 55.06º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFE145 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 69 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.06 |
| HSL | 55.06º | 0.84% | 0.6% | - |
| HSV(B) | 55.06º | 0.71% | 0.94% | - |
| XYZ | 63.6 | 72.63 | 16.3 | - |
| YUV | 211.4 | 47.64 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 69 | 0 | 0.06 | 0.71 | 0.06 | 55.06 | 0.84 | 0.6 |
| Hex | EF | E1 | 45 | 0 | 6 | 47 | 6 | 37 | 54 | 3C |
| Octal | 357 | 341 | 105 | 0 | 6 | 107 | 6 | 67 | 124 | 74 |
| Binary | 11101111 | 11100001 | 1000101 | 0 | 110 | 1000111 | 110 | 110111 | 1010100 | 111100 |
Color Harmonies of #EFE145
Complementary color
Monochromatic Colors of #EFE145
Black with #EFE145
Text Example
Text Example
White with #EFE145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE145; }
p { color: rgb(239,225,69); }
H1.HeaderClassName
{
color: #EFE145;
}
.AnyTagClassName
{
color: #EFE145;
}
</style>
background-color css
<style>
a { background-color: #EFE145; }
a { background-color: rgb(239,225,69); }
div.DivClassName
{
background-color: #EFE145;
}
.BgClassName
{
background-color: #EFE145;
}
</style>
border-color css
<style>
span { border-color: #EFE145; }
span { border-color: rgb(239,225,69); }
td.TdClassName
{
border-color: #EFE145;
}
.TagClassName
{
border-color: #EFE145;
}
</style>