Shades of Starship #EDF43D
Tints of Starship #EDF43D
RGB
CMYK
RGB Variations
Color information
#EDF43D (or 0xEDF43D) is known color: Starship. HEX triplet: ED, F4 and 3D. RGB value is (237,244,61). Sum of RGB (Red+Green+Blue) = 237+244+61=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 244 (95.70% from 255 or 45.02% from 542); Blue value is 61 (24.22% from 255 or 11.25% from 542); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF43D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF43D is #120BC2. Grayscale: #DDDDDD. Windows color (decimal): -1182659 or 4060397. OLE color: 4060397.
HSL color Cylindrical-coordinate representation of color #EDF43D: hue angle of 62.3º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDF43D is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 61 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.04 |
| HSL | 62.3º | 0.89% | 0.6% | - |
| HSV(B) | 62.3º | 0.75% | 0.96% | - |
| XYZ | 68.12 | 83.04 | 16.85 | - |
| YUV | 221.05 | 37.68 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 61 | 0.03 | 0 | 0.75 | 0.04 | 62.3 | 0.89 | 0.6 |
| Hex | ED | F4 | 3D | 3 | 0 | 4B | 4 | 3E | 59 | 3C |
| Octal | 355 | 364 | 75 | 3 | 0 | 113 | 4 | 76 | 131 | 74 |
| Binary | 11101101 | 11110100 | 111101 | 11 | 0 | 1001011 | 100 | 111110 | 1011001 | 111100 |
Color Harmonies of #EDF43D
Complementary color
Monochromatic Colors of #EDF43D
Black with #EDF43D
Text Example
Text Example
White with #EDF43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF43D; }
p { color: rgb(237,244,61); }
H1.HeaderClassName
{
color: #EDF43D;
}
.AnyTagClassName
{
color: #EDF43D;
}
</style>
background-color css
<style>
a { background-color: #EDF43D; }
a { background-color: rgb(237,244,61); }
div.DivClassName
{
background-color: #EDF43D;
}
.BgClassName
{
background-color: #EDF43D;
}
</style>
border-color css
<style>
span { border-color: #EDF43D; }
span { border-color: rgb(237,244,61); }
td.TdClassName
{
border-color: #EDF43D;
}
.TagClassName
{
border-color: #EDF43D;
}
</style>