Shades of Starship #EFE73E
Tints of Starship #EFE73E
RGB
CMYK
RGB Variations
Color information
#EFE73E (or 0xEFE73E) is known color: Starship. HEX triplet: EF, E7 and 3E. RGB value is (239,231,62). Sum of RGB (Red+Green+Blue) = 239+231+62=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 231 (90.62% from 255 or 43.42% from 532); Blue value is 62 (24.61% from 255 or 11.65% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE73E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE73E is #1018C1. Grayscale: #D6D6D6. Windows color (decimal): -1054914 or 4122607. OLE color: 4122607.
HSL color Cylindrical-coordinate representation of color #EFE73E: hue angle of 57.29º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFE73E is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 62 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.06 |
| HSL | 57.29º | 0.85% | 0.59% | - |
| HSV(B) | 57.29º | 0.74% | 0.94% | - |
| XYZ | 65.04 | 75.85 | 15.77 | - |
| YUV | 214.13 | 42.15 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 62 | 0 | 0.03 | 0.74 | 0.06 | 57.29 | 0.85 | 0.59 |
| Hex | EF | E7 | 3E | 0 | 3 | 4A | 6 | 39 | 55 | 3B |
| Octal | 357 | 347 | 76 | 0 | 3 | 112 | 6 | 71 | 125 | 73 |
| Binary | 11101111 | 11100111 | 111110 | 0 | 11 | 1001010 | 110 | 111001 | 1010101 | 111011 |
Color Harmonies of #EFE73E
Complementary color
Monochromatic Colors of #EFE73E
Black with #EFE73E
Text Example
Text Example
White with #EFE73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE73E; }
p { color: rgb(239,231,62); }
H1.HeaderClassName
{
color: #EFE73E;
}
.AnyTagClassName
{
color: #EFE73E;
}
</style>
background-color css
<style>
a { background-color: #EFE73E; }
a { background-color: rgb(239,231,62); }
div.DivClassName
{
background-color: #EFE73E;
}
.BgClassName
{
background-color: #EFE73E;
}
</style>
border-color css
<style>
span { border-color: #EFE73E; }
span { border-color: rgb(239,231,62); }
td.TdClassName
{
border-color: #EFE73E;
}
.TagClassName
{
border-color: #EFE73E;
}
</style>