Shades of Starship #EDEF41
Tints of Starship #EDEF41
RGB
CMYK
RGB Variations
Color information
#EDEF41 (or 0xEDEF41) is known color: Starship. HEX triplet: ED, EF and 41. RGB value is (237,239,65). Sum of RGB (Red+Green+Blue) = 237+239+65=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 65 (25.78% from 255 or 12.01% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF41 is #1210BE. Grayscale: #DBDBDB. Windows color (decimal): -1183935 or 4321261. OLE color: 4321261.
HSL color Cylindrical-coordinate representation of color #EDEF41: hue angle of 60.69º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDEF41 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 65 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.06 |
| HSL | 60.69º | 0.84% | 0.6% | - |
| HSV(B) | 60.69º | 0.73% | 0.94% | - |
| XYZ | 66.75 | 80.12 | 16.95 | - |
| YUV | 218.57 | 41.34 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 65 | 0.01 | 0 | 0.73 | 0.06 | 60.69 | 0.84 | 0.6 |
| Hex | ED | EF | 41 | 1 | 0 | 49 | 6 | 3D | 54 | 3C |
| Octal | 355 | 357 | 101 | 1 | 0 | 111 | 6 | 75 | 124 | 74 |
| Binary | 11101101 | 11101111 | 1000001 | 1 | 0 | 1001001 | 110 | 111101 | 1010100 | 111100 |
Color Harmonies of #EDEF41
Complementary color
Monochromatic Colors of #EDEF41
Black with #EDEF41
Text Example
Text Example
White with #EDEF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF41; }
p { color: rgb(237,239,65); }
H1.HeaderClassName
{
color: #EDEF41;
}
.AnyTagClassName
{
color: #EDEF41;
}
</style>
background-color css
<style>
a { background-color: #EDEF41; }
a { background-color: rgb(237,239,65); }
div.DivClassName
{
background-color: #EDEF41;
}
.BgClassName
{
background-color: #EDEF41;
}
</style>
border-color css
<style>
span { border-color: #EDEF41; }
span { border-color: rgb(237,239,65); }
td.TdClassName
{
border-color: #EDEF41;
}
.TagClassName
{
border-color: #EDEF41;
}
</style>