Shades of Starship #EFE144
Tints of Starship #EFE144
RGB
CMYK
RGB Variations
Color information
#EFE144 (or 0xEFE144) is known color: Starship. HEX triplet: EF, E1 and 44. RGB value is (239,225,68). Sum of RGB (Red+Green+Blue) = 239+225+68=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 68 (26.95% from 255 or 12.78% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE144 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE144 is #101EBB. Grayscale: #D3D3D3. Windows color (decimal): -1056444 or 4514287. OLE color: 4514287.
HSL color Cylindrical-coordinate representation of color #EFE144: hue angle of 55.09º 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 #EFE144 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 68 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.06 |
| HSL | 55.09º | 0.84% | 0.6% | - |
| HSV(B) | 55.09º | 0.72% | 0.94% | - |
| XYZ | 63.57 | 72.62 | 16.14 | - |
| YUV | 211.29 | 47.14 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 68 | 0 | 0.06 | 0.72 | 0.06 | 55.09 | 0.84 | 0.6 |
| Hex | EF | E1 | 44 | 0 | 6 | 48 | 6 | 37 | 54 | 3C |
| Octal | 357 | 341 | 104 | 0 | 6 | 110 | 6 | 67 | 124 | 74 |
| Binary | 11101111 | 11100001 | 1000100 | 0 | 110 | 1001000 | 110 | 110111 | 1010100 | 111100 |
Color Harmonies of #EFE144
Complementary color
Monochromatic Colors of #EFE144
Black with #EFE144
Text Example
Text Example
White with #EFE144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE144; }
p { color: rgb(239,225,68); }
H1.HeaderClassName
{
color: #EFE144;
}
.AnyTagClassName
{
color: #EFE144;
}
</style>
background-color css
<style>
a { background-color: #EFE144; }
a { background-color: rgb(239,225,68); }
div.DivClassName
{
background-color: #EFE144;
}
.BgClassName
{
background-color: #EFE144;
}
</style>
border-color css
<style>
span { border-color: #EFE144; }
span { border-color: rgb(239,225,68); }
td.TdClassName
{
border-color: #EFE144;
}
.TagClassName
{
border-color: #EFE144;
}
</style>