Shades of Starship #EDE33F
Tints of Starship #EDE33F
RGB
CMYK
RGB Variations
Color information
#EDE33F (or 0xEDE33F) is known color: Starship. HEX triplet: ED, E3 and 3F. RGB value is (237,227,63). Sum of RGB (Red+Green+Blue) = 237+227+63=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 63 (25% from 255 or 11.95% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE33F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE33F is #121CC0. Grayscale: #D3D3D3. Windows color (decimal): -1187009 or 4187117. OLE color: 4187117.
HSL color Cylindrical-coordinate representation of color #EDE33F: hue angle of 56.55º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDE33F is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 63 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.07 |
| HSL | 56.55º | 0.83% | 0.59% | - |
| HSV(B) | 56.55º | 0.73% | 0.93% | - |
| XYZ | 63.29 | 73.3 | 15.52 | - |
| YUV | 211.29 | 44.31 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 63 | 0 | 0.04 | 0.73 | 0.07 | 56.55 | 0.83 | 0.59 |
| Hex | ED | E3 | 3F | 0 | 4 | 49 | 7 | 39 | 53 | 3B |
| Octal | 355 | 343 | 77 | 0 | 4 | 111 | 7 | 71 | 123 | 73 |
| Binary | 11101101 | 11100011 | 111111 | 0 | 100 | 1001001 | 111 | 111001 | 1010011 | 111011 |
Color Harmonies of #EDE33F
Complementary color
Monochromatic Colors of #EDE33F
Black with #EDE33F
Text Example
Text Example
White with #EDE33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE33F; }
p { color: rgb(237,227,63); }
H1.HeaderClassName
{
color: #EDE33F;
}
.AnyTagClassName
{
color: #EDE33F;
}
</style>
background-color css
<style>
a { background-color: #EDE33F; }
a { background-color: rgb(237,227,63); }
div.DivClassName
{
background-color: #EDE33F;
}
.BgClassName
{
background-color: #EDE33F;
}
</style>
border-color css
<style>
span { border-color: #EDE33F; }
span { border-color: rgb(237,227,63); }
td.TdClassName
{
border-color: #EDE33F;
}
.TagClassName
{
border-color: #EDE33F;
}
</style>