Shades of Starship #EDEF40
Tints of Starship #EDEF40
RGB
CMYK
RGB Variations
Color information
#EDEF40 (or 0xEDEF40) is known color: Starship. HEX triplet: ED, EF and 40. RGB value is (237,239,64). Sum of RGB (Red+Green+Blue) = 237+239+64=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 64 (25.39% from 255 or 11.85% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF40 is #1210BF. Grayscale: #DBDBDB. Windows color (decimal): -1183936 or 4255725. OLE color: 4255725.
HSL color Cylindrical-coordinate representation of color #EDEF40: hue angle of 60.69º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDEF40 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 64 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.06 |
| HSL | 60.69º | 0.85% | 0.59% | - |
| HSV(B) | 60.69º | 0.73% | 0.94% | - |
| XYZ | 66.72 | 80.11 | 16.8 | - |
| YUV | 218.45 | 40.84 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 64 | 0.01 | 0 | 0.73 | 0.06 | 60.69 | 0.85 | 0.59 |
| Hex | ED | EF | 40 | 1 | 0 | 49 | 6 | 3D | 55 | 3B |
| Octal | 355 | 357 | 100 | 1 | 0 | 111 | 6 | 75 | 125 | 73 |
| Binary | 11101101 | 11101111 | 1000000 | 1 | 0 | 1001001 | 110 | 111101 | 1010101 | 111011 |
Color Harmonies of #EDEF40
Complementary color
Monochromatic Colors of #EDEF40
Black with #EDEF40
Text Example
Text Example
White with #EDEF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF40; }
p { color: rgb(237,239,64); }
H1.HeaderClassName
{
color: #EDEF40;
}
.AnyTagClassName
{
color: #EDEF40;
}
</style>
background-color css
<style>
a { background-color: #EDEF40; }
a { background-color: rgb(237,239,64); }
div.DivClassName
{
background-color: #EDEF40;
}
.BgClassName
{
background-color: #EDEF40;
}
</style>
border-color css
<style>
span { border-color: #EDEF40; }
span { border-color: rgb(237,239,64); }
td.TdClassName
{
border-color: #EDEF40;
}
.TagClassName
{
border-color: #EDEF40;
}
</style>