Shades of Starship #EFE342
Tints of Starship #EFE342
RGB
CMYK
RGB Variations
Color information
#EFE342 (or 0xEFE342) is known color: Starship. HEX triplet: EF, E3 and 42. RGB value is (239,227,66). Sum of RGB (Red+Green+Blue) = 239+227+66=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 66 (26.17% from 255 or 12.41% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE342 is #101CBD. Grayscale: #D4D4D4. Windows color (decimal): -1055934 or 4383727. OLE color: 4383727.
HSL color Cylindrical-coordinate representation of color #EFE342: hue angle of 55.84º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFE342 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 66 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.06 |
| HSL | 55.84º | 0.84% | 0.6% | - |
| HSV(B) | 55.84º | 0.72% | 0.94% | - |
| XYZ | 64.05 | 73.68 | 16 | - |
| YUV | 212.23 | 45.48 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 66 | 0 | 0.05 | 0.72 | 0.06 | 55.84 | 0.84 | 0.6 |
| Hex | EF | E3 | 42 | 0 | 5 | 48 | 6 | 38 | 54 | 3C |
| Octal | 357 | 343 | 102 | 0 | 5 | 110 | 6 | 70 | 124 | 74 |
| Binary | 11101111 | 11100011 | 1000010 | 0 | 101 | 1001000 | 110 | 111000 | 1010100 | 111100 |
Color Harmonies of #EFE342
Complementary color
Monochromatic Colors of #EFE342
Black with #EFE342
Text Example
Text Example
White with #EFE342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE342; }
p { color: rgb(239,227,66); }
H1.HeaderClassName
{
color: #EFE342;
}
.AnyTagClassName
{
color: #EFE342;
}
</style>
background-color css
<style>
a { background-color: #EFE342; }
a { background-color: rgb(239,227,66); }
div.DivClassName
{
background-color: #EFE342;
}
.BgClassName
{
background-color: #EFE342;
}
</style>
border-color css
<style>
span { border-color: #EFE342; }
span { border-color: rgb(239,227,66); }
td.TdClassName
{
border-color: #EFE342;
}
.TagClassName
{
border-color: #EFE342;
}
</style>