Shades of Starship #EDDD46
Tints of Starship #EDDD46
RGB
CMYK
RGB Variations
Color information
#EDDD46 (or 0xEDDD46) is known color: Starship. HEX triplet: ED, DD and 46. RGB value is (237,221,70). Sum of RGB (Red+Green+Blue) = 237+221+70=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 70 (27.73% from 255 or 13.26% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD46 is #1222B9. Grayscale: #D1D1D1. Windows color (decimal): -1188538 or 4644333. OLE color: 4644333.
HSL color Cylindrical-coordinate representation of color #EDDD46: hue angle of 54.25º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDDD46 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 70 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.07 |
| HSL | 54.25º | 0.82% | 0.6% | - |
| HSV(B) | 54.25º | 0.7% | 0.93% | - |
| XYZ | 61.89 | 70.16 | 16.07 | - |
| YUV | 208.57 | 49.8 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 70 | 0 | 0.07 | 0.70 | 0.07 | 54.25 | 0.82 | 0.6 |
| Hex | ED | DD | 46 | 0 | 7 | 46 | 7 | 36 | 52 | 3C |
| Octal | 355 | 335 | 106 | 0 | 7 | 106 | 7 | 66 | 122 | 74 |
| Binary | 11101101 | 11011101 | 1000110 | 0 | 111 | 1000110 | 111 | 110110 | 1010010 | 111100 |
Color Harmonies of #EDDD46
Complementary color
Monochromatic Colors of #EDDD46
Black with #EDDD46
Text Example
Text Example
White with #EDDD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD46; }
p { color: rgb(237,221,70); }
H1.HeaderClassName
{
color: #EDDD46;
}
.AnyTagClassName
{
color: #EDDD46;
}
</style>
background-color css
<style>
a { background-color: #EDDD46; }
a { background-color: rgb(237,221,70); }
div.DivClassName
{
background-color: #EDDD46;
}
.BgClassName
{
background-color: #EDDD46;
}
</style>
border-color css
<style>
span { border-color: #EDDD46; }
span { border-color: rgb(237,221,70); }
td.TdClassName
{
border-color: #EDDD46;
}
.TagClassName
{
border-color: #EDDD46;
}
</style>