Shades of Starship #EDF23D
Tints of Starship #EDF23D
RGB
CMYK
RGB Variations
Color information
#EDF23D (or 0xEDF23D) is known color: Starship. HEX triplet: ED, F2 and 3D. RGB value is (237,242,61). Sum of RGB (Red+Green+Blue) = 237+242+61=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 61 (24.22% from 255 or 11.30% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF23D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF23D is #120DC2. Grayscale: #DCDCDC. Windows color (decimal): -1183171 or 4059885. OLE color: 4059885.
HSL color Cylindrical-coordinate representation of color #EDF23D: hue angle of 61.66º 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 #EDF23D is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 61 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.05 |
| HSL | 61.66º | 0.87% | 0.59% | - |
| HSV(B) | 61.66º | 0.75% | 0.95% | - |
| XYZ | 67.52 | 81.85 | 16.65 | - |
| YUV | 219.87 | 38.34 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 61 | 0.02 | 0 | 0.75 | 0.05 | 61.66 | 0.87 | 0.59 |
| Hex | ED | F2 | 3D | 2 | 0 | 4B | 5 | 3E | 57 | 3B |
| Octal | 355 | 362 | 75 | 2 | 0 | 113 | 5 | 76 | 127 | 73 |
| Binary | 11101101 | 11110010 | 111101 | 10 | 0 | 1001011 | 101 | 111110 | 1010111 | 111011 |
Color Harmonies of #EDF23D
Complementary color
Monochromatic Colors of #EDF23D
Black with #EDF23D
Text Example
Text Example
White with #EDF23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF23D; }
p { color: rgb(237,242,61); }
H1.HeaderClassName
{
color: #EDF23D;
}
.AnyTagClassName
{
color: #EDF23D;
}
</style>
background-color css
<style>
a { background-color: #EDF23D; }
a { background-color: rgb(237,242,61); }
div.DivClassName
{
background-color: #EDF23D;
}
.BgClassName
{
background-color: #EDF23D;
}
</style>
border-color css
<style>
span { border-color: #EDF23D; }
span { border-color: rgb(237,242,61); }
td.TdClassName
{
border-color: #EDF23D;
}
.TagClassName
{
border-color: #EDF23D;
}
</style>