Shades of Starship #EFE441
Tints of Starship #EFE441
RGB
CMYK
RGB Variations
Color information
#EFE441 (or 0xEFE441) is known color: Starship. HEX triplet: EF, E4 and 41. RGB value is (239,228,65). Sum of RGB (Red+Green+Blue) = 239+228+65=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 65 (25.78% from 255 or 12.22% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE441 is #101BBE. Grayscale: #D5D5D5. Windows color (decimal): -1055679 or 4318447. OLE color: 4318447.
HSL color Cylindrical-coordinate representation of color #EFE441: hue angle of 56.21º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFE441 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 65 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.06 |
| HSL | 56.21º | 0.84% | 0.6% | - |
| HSV(B) | 56.21º | 0.73% | 0.94% | - |
| XYZ | 64.29 | 74.22 | 15.94 | - |
| YUV | 212.71 | 44.64 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 65 | 0 | 0.05 | 0.73 | 0.06 | 56.21 | 0.84 | 0.6 |
| Hex | EF | E4 | 41 | 0 | 5 | 49 | 6 | 38 | 54 | 3C |
| Octal | 357 | 344 | 101 | 0 | 5 | 111 | 6 | 70 | 124 | 74 |
| Binary | 11101111 | 11100100 | 1000001 | 0 | 101 | 1001001 | 110 | 111000 | 1010100 | 111100 |
Color Harmonies of #EFE441
Complementary color
Monochromatic Colors of #EFE441
Black with #EFE441
Text Example
Text Example
White with #EFE441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE441; }
p { color: rgb(239,228,65); }
H1.HeaderClassName
{
color: #EFE441;
}
.AnyTagClassName
{
color: #EFE441;
}
</style>
background-color css
<style>
a { background-color: #EFE441; }
a { background-color: rgb(239,228,65); }
div.DivClassName
{
background-color: #EFE441;
}
.BgClassName
{
background-color: #EFE441;
}
</style>
border-color css
<style>
span { border-color: #EFE441; }
span { border-color: rgb(239,228,65); }
td.TdClassName
{
border-color: #EFE441;
}
.TagClassName
{
border-color: #EFE441;
}
</style>