Shades of Starship #EDE543
Tints of Starship #EDE543
RGB
CMYK
RGB Variations
Color information
#EDE543 (or 0xEDE543) is known color: Starship. HEX triplet: ED, E5 and 43. RGB value is (237,229,67). Sum of RGB (Red+Green+Blue) = 237+229+67=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 67 (26.56% from 255 or 12.57% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE543 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE543 is #121ABC. Grayscale: #D5D5D5. Windows color (decimal): -1186493 or 4449773. OLE color: 4449773.
HSL color Cylindrical-coordinate representation of color #EDE543: hue angle of 57.18º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDE543 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 67 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.07 |
| HSL | 57.18º | 0.83% | 0.6% | - |
| HSV(B) | 57.18º | 0.72% | 0.93% | - |
| XYZ | 63.96 | 74.45 | 16.31 | - |
| YUV | 212.92 | 45.65 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 67 | 0 | 0.03 | 0.72 | 0.07 | 57.18 | 0.83 | 0.6 |
| Hex | ED | E5 | 43 | 0 | 3 | 48 | 7 | 39 | 53 | 3C |
| Octal | 355 | 345 | 103 | 0 | 3 | 110 | 7 | 71 | 123 | 74 |
| Binary | 11101101 | 11100101 | 1000011 | 0 | 11 | 1001000 | 111 | 111001 | 1010011 | 111100 |
Color Harmonies of #EDE543
Complementary color
Monochromatic Colors of #EDE543
Black with #EDE543
Text Example
Text Example
White with #EDE543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE543; }
p { color: rgb(237,229,67); }
H1.HeaderClassName
{
color: #EDE543;
}
.AnyTagClassName
{
color: #EDE543;
}
</style>
background-color css
<style>
a { background-color: #EDE543; }
a { background-color: rgb(237,229,67); }
div.DivClassName
{
background-color: #EDE543;
}
.BgClassName
{
background-color: #EDE543;
}
</style>
border-color css
<style>
span { border-color: #EDE543; }
span { border-color: rgb(237,229,67); }
td.TdClassName
{
border-color: #EDE543;
}
.TagClassName
{
border-color: #EDE543;
}
</style>