Shades of Starship #EFE141
Tints of Starship #EFE141
RGB
CMYK
RGB Variations
Color information
#EFE141 (or 0xEFE141) is known color: Starship. HEX triplet: EF, E1 and 41. RGB value is (239,225,65). Sum of RGB (Red+Green+Blue) = 239+225+65=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 65 (25.78% from 255 or 12.29% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE141 is #101EBE. Grayscale: #D3D3D3. Windows color (decimal): -1056447 or 4317679. OLE color: 4317679.
HSL color Cylindrical-coordinate representation of color #EFE141: hue angle of 55.17º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFE141 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 65 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.06 |
| HSL | 55.17º | 0.84% | 0.6% | - |
| HSV(B) | 55.17º | 0.73% | 0.94% | - |
| XYZ | 63.48 | 72.58 | 15.67 | - |
| YUV | 210.95 | 45.64 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 65 | 0 | 0.06 | 0.73 | 0.06 | 55.17 | 0.84 | 0.6 |
| Hex | EF | E1 | 41 | 0 | 6 | 49 | 6 | 37 | 54 | 3C |
| Octal | 357 | 341 | 101 | 0 | 6 | 111 | 6 | 67 | 124 | 74 |
| Binary | 11101111 | 11100001 | 1000001 | 0 | 110 | 1001001 | 110 | 110111 | 1010100 | 111100 |
Color Harmonies of #EFE141
Complementary color
Monochromatic Colors of #EFE141
Black with #EFE141
Text Example
Text Example
White with #EFE141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE141; }
p { color: rgb(239,225,65); }
H1.HeaderClassName
{
color: #EFE141;
}
.AnyTagClassName
{
color: #EFE141;
}
</style>
background-color css
<style>
a { background-color: #EFE141; }
a { background-color: rgb(239,225,65); }
div.DivClassName
{
background-color: #EFE141;
}
.BgClassName
{
background-color: #EFE141;
}
</style>
border-color css
<style>
span { border-color: #EFE141; }
span { border-color: rgb(239,225,65); }
td.TdClassName
{
border-color: #EFE141;
}
.TagClassName
{
border-color: #EFE141;
}
</style>