Shades of Starship #EFE742
Tints of Starship #EFE742
RGB
CMYK
RGB Variations
Color information
#EFE742 (or 0xEFE742) is known color: Starship. HEX triplet: EF, E7 and 42. RGB value is (239,231,66). Sum of RGB (Red+Green+Blue) = 239+231+66=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 231 (90.62% from 255 or 43.10% from 536); Blue value is 66 (26.17% from 255 or 12.31% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE742 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE742 is #1018BD. Grayscale: #D7D7D7. Windows color (decimal): -1054910 or 4384751. OLE color: 4384751.
HSL color Cylindrical-coordinate representation of color #EFE742: hue angle of 57.23º 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 #EFE742 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 66 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.06 |
| HSL | 57.23º | 0.84% | 0.6% | - |
| HSV(B) | 57.23º | 0.72% | 0.94% | - |
| XYZ | 65.16 | 75.9 | 16.37 | - |
| YUV | 214.58 | 44.15 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 66 | 0 | 0.03 | 0.72 | 0.06 | 57.23 | 0.84 | 0.6 |
| Hex | EF | E7 | 42 | 0 | 3 | 48 | 6 | 39 | 54 | 3C |
| Octal | 357 | 347 | 102 | 0 | 3 | 110 | 6 | 71 | 124 | 74 |
| Binary | 11101111 | 11100111 | 1000010 | 0 | 11 | 1001000 | 110 | 111001 | 1010100 | 111100 |
Color Harmonies of #EFE742
Complementary color
Monochromatic Colors of #EFE742
Black with #EFE742
Text Example
Text Example
White with #EFE742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE742; }
p { color: rgb(239,231,66); }
H1.HeaderClassName
{
color: #EFE742;
}
.AnyTagClassName
{
color: #EFE742;
}
</style>
background-color css
<style>
a { background-color: #EFE742; }
a { background-color: rgb(239,231,66); }
div.DivClassName
{
background-color: #EFE742;
}
.BgClassName
{
background-color: #EFE742;
}
</style>
border-color css
<style>
span { border-color: #EFE742; }
span { border-color: rgb(239,231,66); }
td.TdClassName
{
border-color: #EFE742;
}
.TagClassName
{
border-color: #EFE742;
}
</style>