Shades of Starship #EFED3F
Tints of Starship #EFED3F
RGB
CMYK
RGB Variations
Color information
#EFED3F (or 0xEFED3F) is known color: Starship. HEX triplet: EF, ED and 3F. RGB value is (239,237,63). Sum of RGB (Red+Green+Blue) = 239+237+63=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 63 (25% from 255 or 11.69% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFED3F is #1012C0. Grayscale: #DADADA. Windows color (decimal): -1053377 or 4189679. OLE color: 4189679.
HSL color Cylindrical-coordinate representation of color #EFED3F: hue angle of 59.32º 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 #EFED3F is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 63 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.06 |
| HSL | 59.32º | 0.85% | 0.59% | - |
| HSV(B) | 59.32º | 0.74% | 0.94% | - |
| XYZ | 66.78 | 79.28 | 16.49 | - |
| YUV | 217.76 | 40.66 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 63 | 0 | 0.01 | 0.74 | 0.06 | 59.32 | 0.85 | 0.59 |
| Hex | EF | ED | 3F | 0 | 1 | 4A | 6 | 3B | 55 | 3B |
| Octal | 357 | 355 | 77 | 0 | 1 | 112 | 6 | 73 | 125 | 73 |
| Binary | 11101111 | 11101101 | 111111 | 0 | 1 | 1001010 | 110 | 111011 | 1010101 | 111011 |
Color Harmonies of #EFED3F
Complementary color
Monochromatic Colors of #EFED3F
Black with #EFED3F
Text Example
Text Example
White with #EFED3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFED3F; }
p { color: rgb(239,237,63); }
H1.HeaderClassName
{
color: #EFED3F;
}
.AnyTagClassName
{
color: #EFED3F;
}
</style>
background-color css
<style>
a { background-color: #EFED3F; }
a { background-color: rgb(239,237,63); }
div.DivClassName
{
background-color: #EFED3F;
}
.BgClassName
{
background-color: #EFED3F;
}
</style>
border-color css
<style>
span { border-color: #EFED3F; }
span { border-color: rgb(239,237,63); }
td.TdClassName
{
border-color: #EFED3F;
}
.TagClassName
{
border-color: #EFED3F;
}
</style>