Shades of Starship #EDF83C
Tints of Starship #EDF83C
RGB
CMYK
RGB Variations
Color information
#EDF83C (or 0xEDF83C) is known color: Starship. HEX triplet: ED, F8 and 3C. RGB value is (237,248,60). Sum of RGB (Red+Green+Blue) = 237+248+60=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 60 (23.83% from 255 or 11.01% from 545); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF83C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF83C is #1207C3. Grayscale: #E0E0E0. Windows color (decimal): -1181636 or 3995885. OLE color: 3995885.
HSL color Cylindrical-coordinate representation of color #EDF83C: hue angle of 63.51º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDF83C is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 60 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.03 |
| HSL | 63.51º | 0.93% | 0.6% | - |
| HSV(B) | 63.51º | 0.76% | 0.97% | - |
| XYZ | 69.31 | 85.47 | 17.12 | - |
| YUV | 223.28 | 35.86 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 60 | 0.04 | 0 | 0.76 | 0.03 | 63.51 | 0.93 | 0.6 |
| Hex | ED | F8 | 3C | 4 | 0 | 4C | 3 | 40 | 5D | 3C |
| Octal | 355 | 370 | 74 | 4 | 0 | 114 | 3 | 100 | 135 | 74 |
| Binary | 11101101 | 11111000 | 111100 | 100 | 0 | 1001100 | 11 | 1000000 | 1011101 | 111100 |
Color Harmonies of #EDF83C
Complementary color
Monochromatic Colors of #EDF83C
Black with #EDF83C
Text Example
Text Example
White with #EDF83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF83C; }
p { color: rgb(237,248,60); }
H1.HeaderClassName
{
color: #EDF83C;
}
.AnyTagClassName
{
color: #EDF83C;
}
</style>
background-color css
<style>
a { background-color: #EDF83C; }
a { background-color: rgb(237,248,60); }
div.DivClassName
{
background-color: #EDF83C;
}
.BgClassName
{
background-color: #EDF83C;
}
</style>
border-color css
<style>
span { border-color: #EDF83C; }
span { border-color: rgb(237,248,60); }
td.TdClassName
{
border-color: #EDF83C;
}
.TagClassName
{
border-color: #EDF83C;
}
</style>