Shades of Starship #EFE140
Tints of Starship #EFE140
RGB
CMYK
RGB Variations
Color information
#EFE140 (or 0xEFE140) is known color: Starship. HEX triplet: EF, E1 and 40. RGB value is (239,225,64). Sum of RGB (Red+Green+Blue) = 239+225+64=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 64 (25.39% from 255 or 12.12% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE140 is #101EBF. Grayscale: #D3D3D3. Windows color (decimal): -1056448 or 4252143. OLE color: 4252143.
HSL color Cylindrical-coordinate representation of color #EFE140: hue angle of 55.2º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFE140 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 64 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.06 |
| HSL | 55.2º | 0.85% | 0.59% | - |
| HSV(B) | 55.2º | 0.73% | 0.94% | - |
| XYZ | 63.45 | 72.57 | 15.51 | - |
| YUV | 210.83 | 45.14 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 64 | 0 | 0.06 | 0.73 | 0.06 | 55.2 | 0.85 | 0.59 |
| Hex | EF | E1 | 40 | 0 | 6 | 49 | 6 | 37 | 55 | 3B |
| Octal | 357 | 341 | 100 | 0 | 6 | 111 | 6 | 67 | 125 | 73 |
| Binary | 11101111 | 11100001 | 1000000 | 0 | 110 | 1001001 | 110 | 110111 | 1010101 | 111011 |
Color Harmonies of #EFE140
Complementary color
Monochromatic Colors of #EFE140
Black with #EFE140
Text Example
Text Example
White with #EFE140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE140; }
p { color: rgb(239,225,64); }
H1.HeaderClassName
{
color: #EFE140;
}
.AnyTagClassName
{
color: #EFE140;
}
</style>
background-color css
<style>
a { background-color: #EFE140; }
a { background-color: rgb(239,225,64); }
div.DivClassName
{
background-color: #EFE140;
}
.BgClassName
{
background-color: #EFE140;
}
</style>
border-color css
<style>
span { border-color: #EFE140; }
span { border-color: rgb(239,225,64); }
td.TdClassName
{
border-color: #EFE140;
}
.TagClassName
{
border-color: #EFE140;
}
</style>