Shades of Starship #EDE53D
Tints of Starship #EDE53D
RGB
CMYK
RGB Variations
Color information
#EDE53D (or 0xEDE53D) is known color: Starship. HEX triplet: ED, E5 and 3D. RGB value is (237,229,61). Sum of RGB (Red+Green+Blue) = 237+229+61=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 61 (24.22% from 255 or 11.57% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE53D is #121AC2. Grayscale: #D4D4D4. Windows color (decimal): -1186499 or 4056557. OLE color: 4056557.
HSL color Cylindrical-coordinate representation of color #EDE53D: hue angle of 57.27º 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 #EDE53D is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 61 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.07 |
| HSL | 57.27º | 0.83% | 0.58% | - |
| HSV(B) | 57.27º | 0.74% | 0.93% | - |
| XYZ | 63.79 | 74.38 | 15.41 | - |
| YUV | 212.24 | 42.65 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 61 | 0 | 0.03 | 0.74 | 0.07 | 57.27 | 0.83 | 0.58 |
| Hex | ED | E5 | 3D | 0 | 3 | 4A | 7 | 39 | 53 | 3A |
| Octal | 355 | 345 | 75 | 0 | 3 | 112 | 7 | 71 | 123 | 72 |
| Binary | 11101101 | 11100101 | 111101 | 0 | 11 | 1001010 | 111 | 111001 | 1010011 | 111010 |
Color Harmonies of #EDE53D
Complementary color
Monochromatic Colors of #EDE53D
Black with #EDE53D
Text Example
Text Example
White with #EDE53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE53D; }
p { color: rgb(237,229,61); }
H1.HeaderClassName
{
color: #EDE53D;
}
.AnyTagClassName
{
color: #EDE53D;
}
</style>
background-color css
<style>
a { background-color: #EDE53D; }
a { background-color: rgb(237,229,61); }
div.DivClassName
{
background-color: #EDE53D;
}
.BgClassName
{
background-color: #EDE53D;
}
</style>
border-color css
<style>
span { border-color: #EDE53D; }
span { border-color: rgb(237,229,61); }
td.TdClassName
{
border-color: #EDE53D;
}
.TagClassName
{
border-color: #EDE53D;
}
</style>