Shades of Starship #EDF13C
Tints of Starship #EDF13C
RGB
CMYK
RGB Variations
Color information
#EDF13C (or 0xEDF13C) is known color: Starship. HEX triplet: ED, F1 and 3C. RGB value is (237,241,60). Sum of RGB (Red+Green+Blue) = 237+241+60=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 60 (23.83% from 255 or 11.15% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF13C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF13C is #120EC3. Grayscale: #DBDBDB. Windows color (decimal): -1183428 or 3994093. OLE color: 3994093.
HSL color Cylindrical-coordinate representation of color #EDF13C: 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 #EDF13C is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 60 | - |
| 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.2 | 81.24 | 16.41 | - |
| YUV | 219.17 | 38.17 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 60 | 0.02 | 0 | 0.75 | 0.05 | 61.33 | 0.87 | 0.59 |
| Hex | ED | F1 | 3C | 2 | 0 | 4B | 5 | 3D | 57 | 3B |
| Octal | 355 | 361 | 74 | 2 | 0 | 113 | 5 | 75 | 127 | 73 |
| Binary | 11101101 | 11110001 | 111100 | 10 | 0 | 1001011 | 101 | 111101 | 1010111 | 111011 |
Color Harmonies of #EDF13C
Complementary color
Monochromatic Colors of #EDF13C
Black with #EDF13C
Text Example
Text Example
White with #EDF13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF13C; }
p { color: rgb(237,241,60); }
H1.HeaderClassName
{
color: #EDF13C;
}
.AnyTagClassName
{
color: #EDF13C;
}
</style>
background-color css
<style>
a { background-color: #EDF13C; }
a { background-color: rgb(237,241,60); }
div.DivClassName
{
background-color: #EDF13C;
}
.BgClassName
{
background-color: #EDF13C;
}
</style>
border-color css
<style>
span { border-color: #EDF13C; }
span { border-color: rgb(237,241,60); }
td.TdClassName
{
border-color: #EDF13C;
}
.TagClassName
{
border-color: #EDF13C;
}
</style>