Shades of Starship #EFE741
Tints of Starship #EFE741
RGB
CMYK
RGB Variations
Color information
#EFE741 (or 0xEFE741) is known color: Starship. HEX triplet: EF, E7 and 41. RGB value is (239,231,65). Sum of RGB (Red+Green+Blue) = 239+231+65=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 231 (90.62% from 255 or 43.18% from 535); Blue value is 65 (25.78% from 255 or 12.15% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE741 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE741 is #1018BE. Grayscale: #D7D7D7. Windows color (decimal): -1054911 or 4319215. OLE color: 4319215.
HSL color Cylindrical-coordinate representation of color #EFE741: hue angle of 57.24º 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 #EFE741 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 65 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.06 |
| HSL | 57.24º | 0.84% | 0.6% | - |
| HSV(B) | 57.24º | 0.73% | 0.94% | - |
| XYZ | 65.13 | 75.88 | 16.22 | - |
| YUV | 214.47 | 43.65 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 65 | 0 | 0.03 | 0.73 | 0.06 | 57.24 | 0.84 | 0.6 |
| Hex | EF | E7 | 41 | 0 | 3 | 49 | 6 | 39 | 54 | 3C |
| Octal | 357 | 347 | 101 | 0 | 3 | 111 | 6 | 71 | 124 | 74 |
| Binary | 11101111 | 11100111 | 1000001 | 0 | 11 | 1001001 | 110 | 111001 | 1010100 | 111100 |
Color Harmonies of #EFE741
Complementary color
Monochromatic Colors of #EFE741
Black with #EFE741
Text Example
Text Example
White with #EFE741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE741; }
p { color: rgb(239,231,65); }
H1.HeaderClassName
{
color: #EFE741;
}
.AnyTagClassName
{
color: #EFE741;
}
</style>
background-color css
<style>
a { background-color: #EFE741; }
a { background-color: rgb(239,231,65); }
div.DivClassName
{
background-color: #EFE741;
}
.BgClassName
{
background-color: #EFE741;
}
</style>
border-color css
<style>
span { border-color: #EFE741; }
span { border-color: rgb(239,231,65); }
td.TdClassName
{
border-color: #EFE741;
}
.TagClassName
{
border-color: #EFE741;
}
</style>