Shades of Starship #EFE343
Tints of Starship #EFE343
RGB
CMYK
RGB Variations
Color information
#EFE343 (or 0xEFE343) is known color: Starship. HEX triplet: EF, E3 and 43. RGB value is (239,227,67). Sum of RGB (Red+Green+Blue) = 239+227+67=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 67 (26.56% from 255 or 12.57% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE343 is #101CBC. Grayscale: #D5D5D5. Windows color (decimal): -1055933 or 4449263. OLE color: 4449263.
HSL color Cylindrical-coordinate representation of color #EFE343: hue angle of 55.81º 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 #EFE343 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 67 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.06 |
| HSL | 55.81º | 0.84% | 0.6% | - |
| HSV(B) | 55.81º | 0.72% | 0.94% | - |
| XYZ | 64.08 | 73.69 | 16.16 | - |
| YUV | 212.35 | 45.98 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 67 | 0 | 0.05 | 0.72 | 0.06 | 55.81 | 0.84 | 0.6 |
| Hex | EF | E3 | 43 | 0 | 5 | 48 | 6 | 38 | 54 | 3C |
| Octal | 357 | 343 | 103 | 0 | 5 | 110 | 6 | 70 | 124 | 74 |
| Binary | 11101111 | 11100011 | 1000011 | 0 | 101 | 1001000 | 110 | 111000 | 1010100 | 111100 |
Color Harmonies of #EFE343
Complementary color
Monochromatic Colors of #EFE343
Black with #EFE343
Text Example
Text Example
White with #EFE343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE343; }
p { color: rgb(239,227,67); }
H1.HeaderClassName
{
color: #EFE343;
}
.AnyTagClassName
{
color: #EFE343;
}
</style>
background-color css
<style>
a { background-color: #EFE343; }
a { background-color: rgb(239,227,67); }
div.DivClassName
{
background-color: #EFE343;
}
.BgClassName
{
background-color: #EFE343;
}
</style>
border-color css
<style>
span { border-color: #EFE343; }
span { border-color: rgb(239,227,67); }
td.TdClassName
{
border-color: #EFE343;
}
.TagClassName
{
border-color: #EFE343;
}
</style>