Shades of Starship #EFE53F
Tints of Starship #EFE53F
RGB
CMYK
RGB Variations
Color information
#EFE53F (or 0xEFE53F) is known color: Starship. HEX triplet: EF, E5 and 3F. RGB value is (239,229,63). Sum of RGB (Red+Green+Blue) = 239+229+63=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 63 (25% from 255 or 11.86% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE53F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE53F is #101AC0. Grayscale: #D5D5D5. Windows color (decimal): -1055425 or 4187631. OLE color: 4187631.
HSL color Cylindrical-coordinate representation of color #EFE53F: hue angle of 56.59º 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 #EFE53F is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 63 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.06 |
| HSL | 56.59º | 0.85% | 0.59% | - |
| HSV(B) | 56.59º | 0.74% | 0.94% | - |
| XYZ | 64.51 | 74.75 | 15.73 | - |
| YUV | 213.07 | 43.31 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 63 | 0 | 0.04 | 0.74 | 0.06 | 56.59 | 0.85 | 0.59 |
| Hex | EF | E5 | 3F | 0 | 4 | 4A | 6 | 39 | 55 | 3B |
| Octal | 357 | 345 | 77 | 0 | 4 | 112 | 6 | 71 | 125 | 73 |
| Binary | 11101111 | 11100101 | 111111 | 0 | 100 | 1001010 | 110 | 111001 | 1010101 | 111011 |
Color Harmonies of #EFE53F
Complementary color
Monochromatic Colors of #EFE53F
Black with #EFE53F
Text Example
Text Example
White with #EFE53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE53F; }
p { color: rgb(239,229,63); }
H1.HeaderClassName
{
color: #EFE53F;
}
.AnyTagClassName
{
color: #EFE53F;
}
</style>
background-color css
<style>
a { background-color: #EFE53F; }
a { background-color: rgb(239,229,63); }
div.DivClassName
{
background-color: #EFE53F;
}
.BgClassName
{
background-color: #EFE53F;
}
</style>
border-color css
<style>
span { border-color: #EFE53F; }
span { border-color: rgb(239,229,63); }
td.TdClassName
{
border-color: #EFE53F;
}
.TagClassName
{
border-color: #EFE53F;
}
</style>