Shades of Starship #EFE83F
Tints of Starship #EFE83F
RGB
CMYK
RGB Variations
Color information
#EFE83F (or 0xEFE83F) is known color: Starship. HEX triplet: EF, E8 and 3F. RGB value is (239,232,63). Sum of RGB (Red+Green+Blue) = 239+232+63=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 232 (91.02% from 255 or 43.45% from 534); Blue value is 63 (25% from 255 or 11.80% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE83F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE83F is #1017C0. Grayscale: #D7D7D7. Windows color (decimal): -1054657 or 4188399. OLE color: 4188399.
HSL color Cylindrical-coordinate representation of color #EFE83F: hue angle of 57.61º 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 #EFE83F is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 63 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.06 |
| HSL | 57.61º | 0.85% | 0.59% | - |
| HSV(B) | 57.61º | 0.74% | 0.94% | - |
| XYZ | 65.35 | 76.42 | 16.01 | - |
| YUV | 214.83 | 42.32 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 63 | 0 | 0.03 | 0.74 | 0.06 | 57.61 | 0.85 | 0.59 |
| Hex | EF | E8 | 3F | 0 | 3 | 4A | 6 | 3A | 55 | 3B |
| Octal | 357 | 350 | 77 | 0 | 3 | 112 | 6 | 72 | 125 | 73 |
| Binary | 11101111 | 11101000 | 111111 | 0 | 11 | 1001010 | 110 | 111010 | 1010101 | 111011 |
Color Harmonies of #EFE83F
Complementary color
Monochromatic Colors of #EFE83F
Black with #EFE83F
Text Example
Text Example
White with #EFE83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE83F; }
p { color: rgb(239,232,63); }
H1.HeaderClassName
{
color: #EFE83F;
}
.AnyTagClassName
{
color: #EFE83F;
}
</style>
background-color css
<style>
a { background-color: #EFE83F; }
a { background-color: rgb(239,232,63); }
div.DivClassName
{
background-color: #EFE83F;
}
.BgClassName
{
background-color: #EFE83F;
}
</style>
border-color css
<style>
span { border-color: #EFE83F; }
span { border-color: rgb(239,232,63); }
td.TdClassName
{
border-color: #EFE83F;
}
.TagClassName
{
border-color: #EFE83F;
}
</style>