Shades of Starship #EDF13D
Tints of Starship #EDF13D
RGB
CMYK
RGB Variations
Color information
#EDF13D (or 0xEDF13D) is known color: Starship. HEX triplet: ED, F1 and 3D. RGB value is (237,241,61). Sum of RGB (Red+Green+Blue) = 237+241+61=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 61 (24.22% from 255 or 11.32% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF13D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF13D is #120EC2. Grayscale: #DCDCDC. Windows color (decimal): -1183427 or 4059629. OLE color: 4059629.
HSL color Cylindrical-coordinate representation of color #EDF13D: hue angle of 61.33º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDF13D is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 61 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.05 |
| HSL | 61.33º | 0.87% | 0.59% | - |
| HSV(B) | 61.33º | 0.75% | 0.95% | - |
| XYZ | 67.22 | 81.25 | 16.56 | - |
| YUV | 219.28 | 38.67 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 61 | 0.02 | 0 | 0.75 | 0.05 | 61.33 | 0.87 | 0.59 |
| Hex | ED | F1 | 3D | 2 | 0 | 4B | 5 | 3D | 57 | 3B |
| Octal | 355 | 361 | 75 | 2 | 0 | 113 | 5 | 75 | 127 | 73 |
| Binary | 11101101 | 11110001 | 111101 | 10 | 0 | 1001011 | 101 | 111101 | 1010111 | 111011 |
Color Harmonies of #EDF13D
Complementary color
Monochromatic Colors of #EDF13D
Black with #EDF13D
Text Example
Text Example
White with #EDF13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF13D; }
p { color: rgb(237,241,61); }
H1.HeaderClassName
{
color: #EDF13D;
}
.AnyTagClassName
{
color: #EDF13D;
}
</style>
background-color css
<style>
a { background-color: #EDF13D; }
a { background-color: rgb(237,241,61); }
div.DivClassName
{
background-color: #EDF13D;
}
.BgClassName
{
background-color: #EDF13D;
}
</style>
border-color css
<style>
span { border-color: #EDF13D; }
span { border-color: rgb(237,241,61); }
td.TdClassName
{
border-color: #EDF13D;
}
.TagClassName
{
border-color: #EDF13D;
}
</style>