Shades of Starship #EDF13E
Tints of Starship #EDF13E
RGB
CMYK
RGB Variations
Color information
#EDF13E (or 0xEDF13E) is known color: Starship. HEX triplet: ED, F1 and 3E. RGB value is (237,241,62). Sum of RGB (Red+Green+Blue) = 237+241+62=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 62 (24.61% from 255 or 11.48% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF13E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF13E is #120EC1. Grayscale: #DCDCDC. Windows color (decimal): -1183426 or 4125165. OLE color: 4125165.
HSL color Cylindrical-coordinate representation of color #EDF13E: hue angle of 61.34º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDF13E is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 62 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.05 |
| HSL | 61.34º | 0.86% | 0.59% | - |
| HSV(B) | 61.34º | 0.74% | 0.95% | - |
| XYZ | 67.25 | 81.26 | 16.7 | - |
| YUV | 219.4 | 39.17 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 62 | 0.02 | 0 | 0.74 | 0.05 | 61.34 | 0.86 | 0.59 |
| Hex | ED | F1 | 3E | 2 | 0 | 4A | 5 | 3D | 56 | 3B |
| Octal | 355 | 361 | 76 | 2 | 0 | 112 | 5 | 75 | 126 | 73 |
| Binary | 11101101 | 11110001 | 111110 | 10 | 0 | 1001010 | 101 | 111101 | 1010110 | 111011 |
Color Harmonies of #EDF13E
Complementary color
Monochromatic Colors of #EDF13E
Black with #EDF13E
Text Example
Text Example
White with #EDF13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF13E; }
p { color: rgb(237,241,62); }
H1.HeaderClassName
{
color: #EDF13E;
}
.AnyTagClassName
{
color: #EDF13E;
}
</style>
background-color css
<style>
a { background-color: #EDF13E; }
a { background-color: rgb(237,241,62); }
div.DivClassName
{
background-color: #EDF13E;
}
.BgClassName
{
background-color: #EDF13E;
}
</style>
border-color css
<style>
span { border-color: #EDF13E; }
span { border-color: rgb(237,241,62); }
td.TdClassName
{
border-color: #EDF13E;
}
.TagClassName
{
border-color: #EDF13E;
}
</style>