Shades of Starship #EFED3E
Tints of Starship #EFED3E
RGB
CMYK
RGB Variations
Color information
#EFED3E (or 0xEFED3E) is known color: Starship. HEX triplet: EF, ED and 3E. RGB value is (239,237,62). Sum of RGB (Red+Green+Blue) = 239+237+62=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 62 (24.61% from 255 or 11.52% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFED3E is #1012C1. Grayscale: #DADADA. Windows color (decimal): -1053378 or 4124143. OLE color: 4124143.
HSL color Cylindrical-coordinate representation of color #EFED3E: hue angle of 59.32º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFED3E is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 62 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.06 |
| HSL | 59.32º | 0.85% | 0.59% | - |
| HSV(B) | 59.32º | 0.74% | 0.94% | - |
| XYZ | 66.75 | 79.27 | 16.34 | - |
| YUV | 217.65 | 40.16 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 62 | 0 | 0.01 | 0.74 | 0.06 | 59.32 | 0.85 | 0.59 |
| Hex | EF | ED | 3E | 0 | 1 | 4A | 6 | 3B | 55 | 3B |
| Octal | 357 | 355 | 76 | 0 | 1 | 112 | 6 | 73 | 125 | 73 |
| Binary | 11101111 | 11101101 | 111110 | 0 | 1 | 1001010 | 110 | 111011 | 1010101 | 111011 |
Color Harmonies of #EFED3E
Complementary color
Monochromatic Colors of #EFED3E
Black with #EFED3E
Text Example
Text Example
White with #EFED3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFED3E; }
p { color: rgb(239,237,62); }
H1.HeaderClassName
{
color: #EFED3E;
}
.AnyTagClassName
{
color: #EFED3E;
}
</style>
background-color css
<style>
a { background-color: #EFED3E; }
a { background-color: rgb(239,237,62); }
div.DivClassName
{
background-color: #EFED3E;
}
.BgClassName
{
background-color: #EFED3E;
}
</style>
border-color css
<style>
span { border-color: #EFED3E; }
span { border-color: rgb(239,237,62); }
td.TdClassName
{
border-color: #EFED3E;
}
.TagClassName
{
border-color: #EFED3E;
}
</style>