Shades of Starship #EFE045
Tints of Starship #EFE045
RGB
CMYK
RGB Variations
Color information
#EFE045 (or 0xEFE045) is known color: Starship. HEX triplet: EF, E0 and 45. RGB value is (239,224,69). Sum of RGB (Red+Green+Blue) = 239+224+69=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 69 (27.34% from 255 or 12.97% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE045 is #101FBA. Grayscale: #D3D3D3. Windows color (decimal): -1056699 or 4579567. OLE color: 4579567.
HSL color Cylindrical-coordinate representation of color #EFE045: hue angle of 54.71º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFE045 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 69 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.06 |
| HSL | 54.71º | 0.84% | 0.6% | - |
| HSV(B) | 54.71º | 0.71% | 0.94% | - |
| XYZ | 63.33 | 72.09 | 16.21 | - |
| YUV | 210.82 | 47.97 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 69 | 0 | 0.06 | 0.71 | 0.06 | 54.71 | 0.84 | 0.6 |
| Hex | EF | E0 | 45 | 0 | 6 | 47 | 6 | 37 | 54 | 3C |
| Octal | 357 | 340 | 105 | 0 | 6 | 107 | 6 | 67 | 124 | 74 |
| Binary | 11101111 | 11100000 | 1000101 | 0 | 110 | 1000111 | 110 | 110111 | 1010100 | 111100 |
Color Harmonies of #EFE045
Complementary color
Monochromatic Colors of #EFE045
Black with #EFE045
Text Example
Text Example
White with #EFE045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE045; }
p { color: rgb(239,224,69); }
H1.HeaderClassName
{
color: #EFE045;
}
.AnyTagClassName
{
color: #EFE045;
}
</style>
background-color css
<style>
a { background-color: #EFE045; }
a { background-color: rgb(239,224,69); }
div.DivClassName
{
background-color: #EFE045;
}
.BgClassName
{
background-color: #EFE045;
}
</style>
border-color css
<style>
span { border-color: #EFE045; }
span { border-color: rgb(239,224,69); }
td.TdClassName
{
border-color: #EFE045;
}
.TagClassName
{
border-color: #EFE045;
}
</style>