Shades of Starship #EDDF40
Tints of Starship #EDDF40
RGB
CMYK
RGB Variations
Color information
#EDDF40 (or 0xEDDF40) is known color: Starship. HEX triplet: ED, DF and 40. RGB value is (237,223,64). Sum of RGB (Red+Green+Blue) = 237+223+64=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 64 (25.39% from 255 or 12.21% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF40 is #1220BF. Grayscale: #D1D1D1. Windows color (decimal): -1188032 or 4251629. OLE color: 4251629.
HSL color Cylindrical-coordinate representation of color #EDDF40: hue angle of 55.14º 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 #EDDF40 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 64 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.07 |
| HSL | 55.14º | 0.83% | 0.59% | - |
| HSV(B) | 55.14º | 0.73% | 0.93% | - |
| XYZ | 62.24 | 71.15 | 15.3 | - |
| YUV | 209.06 | 46.14 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 64 | 0 | 0.06 | 0.73 | 0.07 | 55.14 | 0.83 | 0.59 |
| Hex | ED | DF | 40 | 0 | 6 | 49 | 7 | 37 | 53 | 3B |
| Octal | 355 | 337 | 100 | 0 | 6 | 111 | 7 | 67 | 123 | 73 |
| Binary | 11101101 | 11011111 | 1000000 | 0 | 110 | 1001001 | 111 | 110111 | 1010011 | 111011 |
Color Harmonies of #EDDF40
Complementary color
Monochromatic Colors of #EDDF40
Black with #EDDF40
Text Example
Text Example
White with #EDDF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF40; }
p { color: rgb(237,223,64); }
H1.HeaderClassName
{
color: #EDDF40;
}
.AnyTagClassName
{
color: #EDDF40;
}
</style>
background-color css
<style>
a { background-color: #EDDF40; }
a { background-color: rgb(237,223,64); }
div.DivClassName
{
background-color: #EDDF40;
}
.BgClassName
{
background-color: #EDDF40;
}
</style>
border-color css
<style>
span { border-color: #EDDF40; }
span { border-color: rgb(237,223,64); }
td.TdClassName
{
border-color: #EDDF40;
}
.TagClassName
{
border-color: #EDDF40;
}
</style>