Shades of Starship #EFE541
Tints of Starship #EFE541
RGB
CMYK
RGB Variations
Color information
#EFE541 (or 0xEFE541) is known color: Starship. HEX triplet: EF, E5 and 41. RGB value is (239,229,65). Sum of RGB (Red+Green+Blue) = 239+229+65=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 65 (25.78% from 255 or 12.20% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE541 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE541 is #101ABE. Grayscale: #D5D5D5. Windows color (decimal): -1055423 or 4318703. OLE color: 4318703.
HSL color Cylindrical-coordinate representation of color #EFE541: hue angle of 56.55º 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 #EFE541 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 65 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.06 |
| HSL | 56.55º | 0.84% | 0.6% | - |
| HSV(B) | 56.55º | 0.73% | 0.94% | - |
| XYZ | 64.57 | 74.77 | 16.03 | - |
| YUV | 213.29 | 44.31 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 65 | 0 | 0.04 | 0.73 | 0.06 | 56.55 | 0.84 | 0.6 |
| Hex | EF | E5 | 41 | 0 | 4 | 49 | 6 | 39 | 54 | 3C |
| Octal | 357 | 345 | 101 | 0 | 4 | 111 | 6 | 71 | 124 | 74 |
| Binary | 11101111 | 11100101 | 1000001 | 0 | 100 | 1001001 | 110 | 111001 | 1010100 | 111100 |
Color Harmonies of #EFE541
Complementary color
Monochromatic Colors of #EFE541
Black with #EFE541
Text Example
Text Example
White with #EFE541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE541; }
p { color: rgb(239,229,65); }
H1.HeaderClassName
{
color: #EFE541;
}
.AnyTagClassName
{
color: #EFE541;
}
</style>
background-color css
<style>
a { background-color: #EFE541; }
a { background-color: rgb(239,229,65); }
div.DivClassName
{
background-color: #EFE541;
}
.BgClassName
{
background-color: #EFE541;
}
</style>
border-color css
<style>
span { border-color: #EFE541; }
span { border-color: rgb(239,229,65); }
td.TdClassName
{
border-color: #EFE541;
}
.TagClassName
{
border-color: #EFE541;
}
</style>