Shades of Starship #EDDB45
Tints of Starship #EDDB45
RGB
CMYK
RGB Variations
Color information
#EDDB45 (or 0xEDDB45) is known color: Starship. HEX triplet: ED, DB and 45. RGB value is (237,219,69). Sum of RGB (Red+Green+Blue) = 237+219+69=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 69 (27.34% from 255 or 13.14% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB45 is #1224BA. Grayscale: #CFCFCF. Windows color (decimal): -1189051 or 4578285. OLE color: 4578285.
HSL color Cylindrical-coordinate representation of color #EDDB45: hue angle of 53.57º 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 #EDDB45 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 69 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.07 |
| HSL | 53.57º | 0.82% | 0.6% | - |
| HSV(B) | 53.57º | 0.71% | 0.93% | - |
| XYZ | 61.33 | 69.1 | 15.73 | - |
| YUV | 207.28 | 49.96 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 69 | 0 | 0.08 | 0.71 | 0.07 | 53.57 | 0.82 | 0.6 |
| Hex | ED | DB | 45 | 0 | 8 | 47 | 7 | 36 | 52 | 3C |
| Octal | 355 | 333 | 105 | 0 | 10 | 107 | 7 | 66 | 122 | 74 |
| Binary | 11101101 | 11011011 | 1000101 | 0 | 1000 | 1000111 | 111 | 110110 | 1010010 | 111100 |
Color Harmonies of #EDDB45
Complementary color
Monochromatic Colors of #EDDB45
Black with #EDDB45
Text Example
Text Example
White with #EDDB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB45; }
p { color: rgb(237,219,69); }
H1.HeaderClassName
{
color: #EDDB45;
}
.AnyTagClassName
{
color: #EDDB45;
}
</style>
background-color css
<style>
a { background-color: #EDDB45; }
a { background-color: rgb(237,219,69); }
div.DivClassName
{
background-color: #EDDB45;
}
.BgClassName
{
background-color: #EDDB45;
}
</style>
border-color css
<style>
span { border-color: #EDDB45; }
span { border-color: rgb(237,219,69); }
td.TdClassName
{
border-color: #EDDB45;
}
.TagClassName
{
border-color: #EDDB45;
}
</style>