Shades of Starship #EDF43B
Tints of Starship #EDF43B
RGB
CMYK
RGB Variations
Color information
#EDF43B (or 0xEDF43B) is known color: Starship. HEX triplet: ED, F4 and 3B. RGB value is (237,244,59). Sum of RGB (Red+Green+Blue) = 237+244+59=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 244 (95.70% from 255 or 45.19% from 540); Blue value is 59 (23.44% from 255 or 10.93% from 540); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF43B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF43B is #120BC4. Grayscale: #DDDDDD. Windows color (decimal): -1182661 or 3929325. OLE color: 3929325.
HSL color Cylindrical-coordinate representation of color #EDF43B: hue angle of 62.27º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDF43B is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 59 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.04 |
| HSL | 62.27º | 0.89% | 0.59% | - |
| HSV(B) | 62.27º | 0.76% | 0.96% | - |
| XYZ | 68.07 | 83.02 | 16.58 | - |
| YUV | 220.82 | 36.68 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 59 | 0.03 | 0 | 0.76 | 0.04 | 62.27 | 0.89 | 0.59 |
| Hex | ED | F4 | 3B | 3 | 0 | 4C | 4 | 3E | 59 | 3B |
| Octal | 355 | 364 | 73 | 3 | 0 | 114 | 4 | 76 | 131 | 73 |
| Binary | 11101101 | 11110100 | 111011 | 11 | 0 | 1001100 | 100 | 111110 | 1011001 | 111011 |
Color Harmonies of #EDF43B
Complementary color
Monochromatic Colors of #EDF43B
Black with #EDF43B
Text Example
Text Example
White with #EDF43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF43B; }
p { color: rgb(237,244,59); }
H1.HeaderClassName
{
color: #EDF43B;
}
.AnyTagClassName
{
color: #EDF43B;
}
</style>
background-color css
<style>
a { background-color: #EDF43B; }
a { background-color: rgb(237,244,59); }
div.DivClassName
{
background-color: #EDF43B;
}
.BgClassName
{
background-color: #EDF43B;
}
</style>
border-color css
<style>
span { border-color: #EDF43B; }
span { border-color: rgb(237,244,59); }
td.TdClassName
{
border-color: #EDF43B;
}
.TagClassName
{
border-color: #EDF43B;
}
</style>