Shades of Starship #EDDD3F
Tints of Starship #EDDD3F
RGB
CMYK
RGB Variations
Color information
#EDDD3F (or 0xEDDD3F) is known color: Starship. HEX triplet: ED, DD and 3F. RGB value is (237,221,63). Sum of RGB (Red+Green+Blue) = 237+221+63=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 63 (25% from 255 or 12.09% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD3F is #1222C0. Grayscale: #D0D0D0. Windows color (decimal): -1188545 or 4185581. OLE color: 4185581.
HSL color Cylindrical-coordinate representation of color #EDDD3F: hue angle of 54.48º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDDD3F is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 63 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.07 |
| HSL | 54.48º | 0.83% | 0.59% | - |
| HSV(B) | 54.48º | 0.73% | 0.93% | - |
| XYZ | 61.68 | 70.08 | 14.98 | - |
| YUV | 207.77 | 46.3 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 63 | 0 | 0.07 | 0.73 | 0.07 | 54.48 | 0.83 | 0.59 |
| Hex | ED | DD | 3F | 0 | 7 | 49 | 7 | 36 | 53 | 3B |
| Octal | 355 | 335 | 77 | 0 | 7 | 111 | 7 | 66 | 123 | 73 |
| Binary | 11101101 | 11011101 | 111111 | 0 | 111 | 1001001 | 111 | 110110 | 1010011 | 111011 |
Color Harmonies of #EDDD3F
Complementary color
Monochromatic Colors of #EDDD3F
Black with #EDDD3F
Text Example
Text Example
White with #EDDD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD3F; }
p { color: rgb(237,221,63); }
H1.HeaderClassName
{
color: #EDDD3F;
}
.AnyTagClassName
{
color: #EDDD3F;
}
</style>
background-color css
<style>
a { background-color: #EDDD3F; }
a { background-color: rgb(237,221,63); }
div.DivClassName
{
background-color: #EDDD3F;
}
.BgClassName
{
background-color: #EDDD3F;
}
</style>
border-color css
<style>
span { border-color: #EDDD3F; }
span { border-color: rgb(237,221,63); }
td.TdClassName
{
border-color: #EDDD3F;
}
.TagClassName
{
border-color: #EDDD3F;
}
</style>