Shades of Starship #EDDB41
Tints of Starship #EDDB41
RGB
CMYK
RGB Variations
Color information
#EDDB41 (or 0xEDDB41) is known color: Starship. HEX triplet: ED, DB and 41. RGB value is (237,219,65). Sum of RGB (Red+Green+Blue) = 237+219+65=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 65 (25.78% from 255 or 12.48% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB41 is #1224BE. Grayscale: #CFCFCF. Windows color (decimal): -1189055 or 4316141. OLE color: 4316141.
HSL color Cylindrical-coordinate representation of color #EDDB41: hue angle of 53.72º 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 #EDDB41 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 65 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.07 |
| HSL | 53.72º | 0.83% | 0.59% | - |
| HSV(B) | 53.72º | 0.73% | 0.93% | - |
| XYZ | 61.21 | 69.05 | 15.1 | - |
| YUV | 206.83 | 47.96 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 65 | 0 | 0.08 | 0.73 | 0.07 | 53.72 | 0.83 | 0.59 |
| Hex | ED | DB | 41 | 0 | 8 | 49 | 7 | 36 | 53 | 3B |
| Octal | 355 | 333 | 101 | 0 | 10 | 111 | 7 | 66 | 123 | 73 |
| Binary | 11101101 | 11011011 | 1000001 | 0 | 1000 | 1001001 | 111 | 110110 | 1010011 | 111011 |
Color Harmonies of #EDDB41
Complementary color
Monochromatic Colors of #EDDB41
Black with #EDDB41
Text Example
Text Example
White with #EDDB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB41; }
p { color: rgb(237,219,65); }
H1.HeaderClassName
{
color: #EDDB41;
}
.AnyTagClassName
{
color: #EDDB41;
}
</style>
background-color css
<style>
a { background-color: #EDDB41; }
a { background-color: rgb(237,219,65); }
div.DivClassName
{
background-color: #EDDB41;
}
.BgClassName
{
background-color: #EDDB41;
}
</style>
border-color css
<style>
span { border-color: #EDDB41; }
span { border-color: rgb(237,219,65); }
td.TdClassName
{
border-color: #EDDB41;
}
.TagClassName
{
border-color: #EDDB41;
}
</style>