Shades of Starship #EFE33F
Tints of Starship #EFE33F
RGB
CMYK
RGB Variations
Color information
#EFE33F (or 0xEFE33F) is known color: Starship. HEX triplet: EF, E3 and 3F. RGB value is (239,227,63). Sum of RGB (Red+Green+Blue) = 239+227+63=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 63 (25% from 255 or 11.91% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE33F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE33F is #101CC0. Grayscale: #D4D4D4. Windows color (decimal): -1055937 or 4187119. OLE color: 4187119.
HSL color Cylindrical-coordinate representation of color #EFE33F: hue angle of 55.91º 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 #EFE33F is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 63 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.06 |
| HSL | 55.91º | 0.85% | 0.59% | - |
| HSV(B) | 55.91º | 0.74% | 0.94% | - |
| XYZ | 63.96 | 73.65 | 15.55 | - |
| YUV | 211.89 | 43.98 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 63 | 0 | 0.05 | 0.74 | 0.06 | 55.91 | 0.85 | 0.59 |
| Hex | EF | E3 | 3F | 0 | 5 | 4A | 6 | 38 | 55 | 3B |
| Octal | 357 | 343 | 77 | 0 | 5 | 112 | 6 | 70 | 125 | 73 |
| Binary | 11101111 | 11100011 | 111111 | 0 | 101 | 1001010 | 110 | 111000 | 1010101 | 111011 |
Color Harmonies of #EFE33F
Complementary color
Monochromatic Colors of #EFE33F
Black with #EFE33F
Text Example
Text Example
White with #EFE33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE33F; }
p { color: rgb(239,227,63); }
H1.HeaderClassName
{
color: #EFE33F;
}
.AnyTagClassName
{
color: #EFE33F;
}
</style>
background-color css
<style>
a { background-color: #EFE33F; }
a { background-color: rgb(239,227,63); }
div.DivClassName
{
background-color: #EFE33F;
}
.BgClassName
{
background-color: #EFE33F;
}
</style>
border-color css
<style>
span { border-color: #EFE33F; }
span { border-color: rgb(239,227,63); }
td.TdClassName
{
border-color: #EFE33F;
}
.TagClassName
{
border-color: #EFE33F;
}
</style>