Shades of Starship #EDDC42
Tints of Starship #EDDC42
RGB
CMYK
RGB Variations
Color information
#EDDC42 (or 0xEDDC42) is known color: Starship. HEX triplet: ED, DC and 42. RGB value is (237,220,66). Sum of RGB (Red+Green+Blue) = 237+220+66=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 66 (26.17% from 255 or 12.62% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC42 is #1223BD. Grayscale: #D0D0D0. Windows color (decimal): -1188798 or 4381933. OLE color: 4381933.
HSL color Cylindrical-coordinate representation of color #EDDC42: hue angle of 54.04º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDDC42 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 66 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.07 |
| HSL | 54.04º | 0.83% | 0.59% | - |
| HSV(B) | 54.04º | 0.72% | 0.93% | - |
| XYZ | 61.5 | 69.58 | 15.34 | - |
| YUV | 207.53 | 48.13 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 66 | 0 | 0.07 | 0.72 | 0.07 | 54.04 | 0.83 | 0.59 |
| Hex | ED | DC | 42 | 0 | 7 | 48 | 7 | 36 | 53 | 3B |
| Octal | 355 | 334 | 102 | 0 | 7 | 110 | 7 | 66 | 123 | 73 |
| Binary | 11101101 | 11011100 | 1000010 | 0 | 111 | 1001000 | 111 | 110110 | 1010011 | 111011 |
Color Harmonies of #EDDC42
Complementary color
Monochromatic Colors of #EDDC42
Black with #EDDC42
Text Example
Text Example
White with #EDDC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC42; }
p { color: rgb(237,220,66); }
H1.HeaderClassName
{
color: #EDDC42;
}
.AnyTagClassName
{
color: #EDDC42;
}
</style>
background-color css
<style>
a { background-color: #EDDC42; }
a { background-color: rgb(237,220,66); }
div.DivClassName
{
background-color: #EDDC42;
}
.BgClassName
{
background-color: #EDDC42;
}
</style>
border-color css
<style>
span { border-color: #EDDC42; }
span { border-color: rgb(237,220,66); }
td.TdClassName
{
border-color: #EDDC42;
}
.TagClassName
{
border-color: #EDDC42;
}
</style>