Shades of Starship #EDE93D
Tints of Starship #EDE93D
RGB
CMYK
RGB Variations
Color information
#EDE93D (or 0xEDE93D) is known color: Starship. HEX triplet: ED, E9 and 3D. RGB value is (237,233,61). Sum of RGB (Red+Green+Blue) = 237+233+61=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 61 (24.22% from 255 or 11.49% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE93D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE93D is #1216C2. Grayscale: #D7D7D7. Windows color (decimal): -1185475 or 4057581. OLE color: 4057581.
HSL color Cylindrical-coordinate representation of color #EDE93D: hue angle of 58.64º 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 #EDE93D is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 61 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.07 |
| HSL | 58.64º | 0.83% | 0.58% | - |
| HSV(B) | 58.64º | 0.74% | 0.93% | - |
| XYZ | 64.91 | 76.62 | 15.78 | - |
| YUV | 214.59 | 41.33 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 61 | 0 | 0.02 | 0.74 | 0.07 | 58.64 | 0.83 | 0.58 |
| Hex | ED | E9 | 3D | 0 | 2 | 4A | 7 | 3B | 53 | 3A |
| Octal | 355 | 351 | 75 | 0 | 2 | 112 | 7 | 73 | 123 | 72 |
| Binary | 11101101 | 11101001 | 111101 | 0 | 10 | 1001010 | 111 | 111011 | 1010011 | 111010 |
Color Harmonies of #EDE93D
Complementary color
Monochromatic Colors of #EDE93D
Black with #EDE93D
Text Example
Text Example
White with #EDE93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE93D; }
p { color: rgb(237,233,61); }
H1.HeaderClassName
{
color: #EDE93D;
}
.AnyTagClassName
{
color: #EDE93D;
}
</style>
background-color css
<style>
a { background-color: #EDE93D; }
a { background-color: rgb(237,233,61); }
div.DivClassName
{
background-color: #EDE93D;
}
.BgClassName
{
background-color: #EDE93D;
}
</style>
border-color css
<style>
span { border-color: #EDE93D; }
span { border-color: rgb(237,233,61); }
td.TdClassName
{
border-color: #EDE93D;
}
.TagClassName
{
border-color: #EDE93D;
}
</style>