Shades of Starship #EFE341
Tints of Starship #EFE341
RGB
CMYK
RGB Variations
Color information
#EFE341 (or 0xEFE341) is known color: Starship. HEX triplet: EF, E3 and 41. RGB value is (239,227,65). Sum of RGB (Red+Green+Blue) = 239+227+65=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 65 (25.78% from 255 or 12.24% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE341 is #101CBE. Grayscale: #D4D4D4. Windows color (decimal): -1055935 or 4318191. OLE color: 4318191.
HSL color Cylindrical-coordinate representation of color #EFE341: hue angle of 55.86º 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 #EFE341 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 65 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.06 |
| HSL | 55.86º | 0.84% | 0.6% | - |
| HSV(B) | 55.86º | 0.73% | 0.94% | - |
| XYZ | 64.02 | 73.67 | 15.85 | - |
| YUV | 212.12 | 44.98 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 65 | 0 | 0.05 | 0.73 | 0.06 | 55.86 | 0.84 | 0.6 |
| Hex | EF | E3 | 41 | 0 | 5 | 49 | 6 | 38 | 54 | 3C |
| Octal | 357 | 343 | 101 | 0 | 5 | 111 | 6 | 70 | 124 | 74 |
| Binary | 11101111 | 11100011 | 1000001 | 0 | 101 | 1001001 | 110 | 111000 | 1010100 | 111100 |
Color Harmonies of #EFE341
Complementary color
Monochromatic Colors of #EFE341
Black with #EFE341
Text Example
Text Example
White with #EFE341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE341; }
p { color: rgb(239,227,65); }
H1.HeaderClassName
{
color: #EFE341;
}
.AnyTagClassName
{
color: #EFE341;
}
</style>
background-color css
<style>
a { background-color: #EFE341; }
a { background-color: rgb(239,227,65); }
div.DivClassName
{
background-color: #EFE341;
}
.BgClassName
{
background-color: #EFE341;
}
</style>
border-color css
<style>
span { border-color: #EFE341; }
span { border-color: rgb(239,227,65); }
td.TdClassName
{
border-color: #EFE341;
}
.TagClassName
{
border-color: #EFE341;
}
</style>