Shades of Starship #EDDF41
Tints of Starship #EDDF41
RGB
CMYK
RGB Variations
Color information
#EDDF41 (or 0xEDDF41) is known color: Starship. HEX triplet: ED, DF and 41. RGB value is (237,223,65). Sum of RGB (Red+Green+Blue) = 237+223+65=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 65 (25.78% from 255 or 12.38% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF41 is #1220BE. Grayscale: #D1D1D1. Windows color (decimal): -1188031 or 4317165. OLE color: 4317165.
HSL color Cylindrical-coordinate representation of color #EDDF41: hue angle of 55.12º 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 #EDDF41 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 65 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.07 |
| HSL | 55.12º | 0.83% | 0.59% | - |
| HSV(B) | 55.12º | 0.73% | 0.93% | - |
| XYZ | 62.27 | 71.16 | 15.45 | - |
| YUV | 209.17 | 46.64 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 65 | 0 | 0.06 | 0.73 | 0.07 | 55.12 | 0.83 | 0.59 |
| Hex | ED | DF | 41 | 0 | 6 | 49 | 7 | 37 | 53 | 3B |
| Octal | 355 | 337 | 101 | 0 | 6 | 111 | 7 | 67 | 123 | 73 |
| Binary | 11101101 | 11011111 | 1000001 | 0 | 110 | 1001001 | 111 | 110111 | 1010011 | 111011 |
Color Harmonies of #EDDF41
Complementary color
Monochromatic Colors of #EDDF41
Black with #EDDF41
Text Example
Text Example
White with #EDDF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF41; }
p { color: rgb(237,223,65); }
H1.HeaderClassName
{
color: #EDDF41;
}
.AnyTagClassName
{
color: #EDDF41;
}
</style>
background-color css
<style>
a { background-color: #EDDF41; }
a { background-color: rgb(237,223,65); }
div.DivClassName
{
background-color: #EDDF41;
}
.BgClassName
{
background-color: #EDDF41;
}
</style>
border-color css
<style>
span { border-color: #EDDF41; }
span { border-color: rgb(237,223,65); }
td.TdClassName
{
border-color: #EDDF41;
}
.TagClassName
{
border-color: #EDDF41;
}
</style>