Shades of Starship #EFE444
Tints of Starship #EFE444
RGB
CMYK
RGB Variations
Color information
#EFE444 (or 0xEFE444) is known color: Starship. HEX triplet: EF, E4 and 44. RGB value is (239,228,68). Sum of RGB (Red+Green+Blue) = 239+228+68=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 68 (26.95% from 255 or 12.71% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE444 is #101BBB. Grayscale: #D5D5D5. Windows color (decimal): -1055676 or 4515055. OLE color: 4515055.
HSL color Cylindrical-coordinate representation of color #EFE444: hue angle of 56.14º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFE444 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 68 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.06 |
| HSL | 56.14º | 0.84% | 0.6% | - |
| HSV(B) | 56.14º | 0.72% | 0.94% | - |
| XYZ | 64.38 | 74.25 | 16.41 | - |
| YUV | 213.05 | 46.14 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 68 | 0 | 0.05 | 0.72 | 0.06 | 56.14 | 0.84 | 0.6 |
| Hex | EF | E4 | 44 | 0 | 5 | 48 | 6 | 38 | 54 | 3C |
| Octal | 357 | 344 | 104 | 0 | 5 | 110 | 6 | 70 | 124 | 74 |
| Binary | 11101111 | 11100100 | 1000100 | 0 | 101 | 1001000 | 110 | 111000 | 1010100 | 111100 |
Color Harmonies of #EFE444
Complementary color
Monochromatic Colors of #EFE444
Black with #EFE444
Text Example
Text Example
White with #EFE444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE444; }
p { color: rgb(239,228,68); }
H1.HeaderClassName
{
color: #EFE444;
}
.AnyTagClassName
{
color: #EFE444;
}
</style>
background-color css
<style>
a { background-color: #EFE444; }
a { background-color: rgb(239,228,68); }
div.DivClassName
{
background-color: #EFE444;
}
.BgClassName
{
background-color: #EFE444;
}
</style>
border-color css
<style>
span { border-color: #EFE444; }
span { border-color: rgb(239,228,68); }
td.TdClassName
{
border-color: #EFE444;
}
.TagClassName
{
border-color: #EFE444;
}
</style>