Shades of Starship #EDF83B
Tints of Starship #EDF83B
RGB
CMYK
RGB Variations
Color information
#EDF83B (or 0xEDF83B) is known color: Starship. HEX triplet: ED, F8 and 3B. RGB value is (237,248,59). Sum of RGB (Red+Green+Blue) = 237+248+59=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 248 (97.27% from 255 or 45.59% from 544); Blue value is 59 (23.44% from 255 or 10.85% from 544); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF83B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF83B is #1207C4. Grayscale: #DFDFDF. Windows color (decimal): -1181637 or 3930349. OLE color: 3930349.
HSL color Cylindrical-coordinate representation of color #EDF83B: hue angle of 63.49º 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 #EDF83B is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 59 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.03 |
| HSL | 63.49º | 0.93% | 0.6% | - |
| HSV(B) | 63.49º | 0.76% | 0.97% | - |
| XYZ | 69.28 | 85.46 | 16.98 | - |
| YUV | 223.17 | 35.36 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 59 | 0.04 | 0 | 0.76 | 0.03 | 63.49 | 0.93 | 0.6 |
| Hex | ED | F8 | 3B | 4 | 0 | 4C | 3 | 3F | 5D | 3C |
| Octal | 355 | 370 | 73 | 4 | 0 | 114 | 3 | 77 | 135 | 74 |
| Binary | 11101101 | 11111000 | 111011 | 100 | 0 | 1001100 | 11 | 111111 | 1011101 | 111100 |
Color Harmonies of #EDF83B
Complementary color
Monochromatic Colors of #EDF83B
Black with #EDF83B
Text Example
Text Example
White with #EDF83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF83B; }
p { color: rgb(237,248,59); }
H1.HeaderClassName
{
color: #EDF83B;
}
.AnyTagClassName
{
color: #EDF83B;
}
</style>
background-color css
<style>
a { background-color: #EDF83B; }
a { background-color: rgb(237,248,59); }
div.DivClassName
{
background-color: #EDF83B;
}
.BgClassName
{
background-color: #EDF83B;
}
</style>
border-color css
<style>
span { border-color: #EDF83B; }
span { border-color: rgb(237,248,59); }
td.TdClassName
{
border-color: #EDF83B;
}
.TagClassName
{
border-color: #EDF83B;
}
</style>