Shades of Starship #EDDE44
Tints of Starship #EDDE44
RGB
CMYK
RGB Variations
Color information
#EDDE44 (or 0xEDDE44) is known color: Starship. HEX triplet: ED, DE and 44. RGB value is (237,222,68). Sum of RGB (Red+Green+Blue) = 237+222+68=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 68 (26.95% from 255 or 12.90% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDE44 is #1221BB. Grayscale: #D1D1D1. Windows color (decimal): -1188284 or 4513517. OLE color: 4513517.
HSL color Cylindrical-coordinate representation of color #EDDE44: hue angle of 54.67º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDDE44 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 222 | 68 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.07 |
| HSL | 54.67º | 0.82% | 0.6% | - |
| HSV(B) | 54.67º | 0.71% | 0.93% | - |
| XYZ | 62.09 | 70.66 | 15.84 | - |
| YUV | 208.93 | 48.47 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 68 | 0 | 0.06 | 0.71 | 0.07 | 54.67 | 0.82 | 0.6 |
| Hex | ED | DE | 44 | 0 | 6 | 47 | 7 | 37 | 52 | 3C |
| Octal | 355 | 336 | 104 | 0 | 6 | 107 | 7 | 67 | 122 | 74 |
| Binary | 11101101 | 11011110 | 1000100 | 0 | 110 | 1000111 | 111 | 110111 | 1010010 | 111100 |
Color Harmonies of #EDDE44
Complementary color
Monochromatic Colors of #EDDE44
Black with #EDDE44
Text Example
Text Example
White with #EDDE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDE44; }
p { color: rgb(237,222,68); }
H1.HeaderClassName
{
color: #EDDE44;
}
.AnyTagClassName
{
color: #EDDE44;
}
</style>
background-color css
<style>
a { background-color: #EDDE44; }
a { background-color: rgb(237,222,68); }
div.DivClassName
{
background-color: #EDDE44;
}
.BgClassName
{
background-color: #EDDE44;
}
</style>
border-color css
<style>
span { border-color: #EDDE44; }
span { border-color: rgb(237,222,68); }
td.TdClassName
{
border-color: #EDDE44;
}
.TagClassName
{
border-color: #EDDE44;
}
</style>