Shades of Starship #EDE33C
Tints of Starship #EDE33C
RGB
CMYK
RGB Variations
Color information
#EDE33C (or 0xEDE33C) is known color: Starship. HEX triplet: ED, E3 and 3C. RGB value is (237,227,60). Sum of RGB (Red+Green+Blue) = 237+227+60=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 60 (23.83% from 255 or 11.45% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE33C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE33C is #121CC3. Grayscale: #D3D3D3. Windows color (decimal): -1187012 or 3990509. OLE color: 3990509.
HSL color Cylindrical-coordinate representation of color #EDE33C: hue angle of 56.61º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDE33C is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 60 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.07 |
| HSL | 56.61º | 0.83% | 0.58% | - |
| HSV(B) | 56.61º | 0.75% | 0.93% | - |
| XYZ | 63.21 | 73.27 | 15.09 | - |
| YUV | 210.95 | 42.81 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 60 | 0 | 0.04 | 0.75 | 0.07 | 56.61 | 0.83 | 0.58 |
| Hex | ED | E3 | 3C | 0 | 4 | 4B | 7 | 39 | 53 | 3A |
| Octal | 355 | 343 | 74 | 0 | 4 | 113 | 7 | 71 | 123 | 72 |
| Binary | 11101101 | 11100011 | 111100 | 0 | 100 | 1001011 | 111 | 111001 | 1010011 | 111010 |
Color Harmonies of #EDE33C
Complementary color
Monochromatic Colors of #EDE33C
Black with #EDE33C
Text Example
Text Example
White with #EDE33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE33C; }
p { color: rgb(237,227,60); }
H1.HeaderClassName
{
color: #EDE33C;
}
.AnyTagClassName
{
color: #EDE33C;
}
</style>
background-color css
<style>
a { background-color: #EDE33C; }
a { background-color: rgb(237,227,60); }
div.DivClassName
{
background-color: #EDE33C;
}
.BgClassName
{
background-color: #EDE33C;
}
</style>
border-color css
<style>
span { border-color: #EDE33C; }
span { border-color: rgb(237,227,60); }
td.TdClassName
{
border-color: #EDE33C;
}
.TagClassName
{
border-color: #EDE33C;
}
</style>