Shades of Starship #EDDC3D
Tints of Starship #EDDC3D
RGB
CMYK
RGB Variations
Color information
#EDDC3D (or 0xEDDC3D) is known color: Starship. HEX triplet: ED, DC and 3D. RGB value is (237,220,61). Sum of RGB (Red+Green+Blue) = 237+220+61=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 61 (24.22% from 255 or 11.78% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC3D is #1223C2. Grayscale: #CFCFCF. Windows color (decimal): -1188803 or 4054253. OLE color: 4054253.
HSL color Cylindrical-coordinate representation of color #EDDC3D: hue angle of 54.2º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDDC3D is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 61 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.07 |
| HSL | 54.2º | 0.83% | 0.58% | - |
| HSV(B) | 54.2º | 0.74% | 0.93% | - |
| XYZ | 61.36 | 69.53 | 14.6 | - |
| YUV | 206.96 | 45.63 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 61 | 0 | 0.07 | 0.74 | 0.07 | 54.2 | 0.83 | 0.58 |
| Hex | ED | DC | 3D | 0 | 7 | 4A | 7 | 36 | 53 | 3A |
| Octal | 355 | 334 | 75 | 0 | 7 | 112 | 7 | 66 | 123 | 72 |
| Binary | 11101101 | 11011100 | 111101 | 0 | 111 | 1001010 | 111 | 110110 | 1010011 | 111010 |
Color Harmonies of #EDDC3D
Complementary color
Monochromatic Colors of #EDDC3D
Black with #EDDC3D
Text Example
Text Example
White with #EDDC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC3D; }
p { color: rgb(237,220,61); }
H1.HeaderClassName
{
color: #EDDC3D;
}
.AnyTagClassName
{
color: #EDDC3D;
}
</style>
background-color css
<style>
a { background-color: #EDDC3D; }
a { background-color: rgb(237,220,61); }
div.DivClassName
{
background-color: #EDDC3D;
}
.BgClassName
{
background-color: #EDDC3D;
}
</style>
border-color css
<style>
span { border-color: #EDDC3D; }
span { border-color: rgb(237,220,61); }
td.TdClassName
{
border-color: #EDDC3D;
}
.TagClassName
{
border-color: #EDDC3D;
}
</style>