Shades of Starship #EFDF45
Tints of Starship #EFDF45
RGB
CMYK
RGB Variations
Color information
#EFDF45 (or 0xEFDF45) is known color: Starship. HEX triplet: EF, DF and 45. RGB value is (239,223,69). Sum of RGB (Red+Green+Blue) = 239+223+69=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 69 (27.34% from 255 or 12.99% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF45 is #1020BA. Grayscale: #D2D2D2. Windows color (decimal): -1056955 or 4579311. OLE color: 4579311.
HSL color Cylindrical-coordinate representation of color #EFDF45: hue angle of 54.35º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFDF45 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 69 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.06 |
| HSL | 54.35º | 0.84% | 0.6% | - |
| HSV(B) | 54.35º | 0.71% | 0.94% | - |
| XYZ | 63.06 | 71.56 | 16.12 | - |
| YUV | 210.23 | 48.3 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 69 | 0 | 0.07 | 0.71 | 0.06 | 54.35 | 0.84 | 0.6 |
| Hex | EF | DF | 45 | 0 | 7 | 47 | 6 | 36 | 54 | 3C |
| Octal | 357 | 337 | 105 | 0 | 7 | 107 | 6 | 66 | 124 | 74 |
| Binary | 11101111 | 11011111 | 1000101 | 0 | 111 | 1000111 | 110 | 110110 | 1010100 | 111100 |
Color Harmonies of #EFDF45
Complementary color
Monochromatic Colors of #EFDF45
Black with #EFDF45
Text Example
Text Example
White with #EFDF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF45; }
p { color: rgb(239,223,69); }
H1.HeaderClassName
{
color: #EFDF45;
}
.AnyTagClassName
{
color: #EFDF45;
}
</style>
background-color css
<style>
a { background-color: #EFDF45; }
a { background-color: rgb(239,223,69); }
div.DivClassName
{
background-color: #EFDF45;
}
.BgClassName
{
background-color: #EFDF45;
}
</style>
border-color css
<style>
span { border-color: #EFDF45; }
span { border-color: rgb(239,223,69); }
td.TdClassName
{
border-color: #EFDF45;
}
.TagClassName
{
border-color: #EFDF45;
}
</style>