Shades of Starship #EDEA3C
Tints of Starship #EDEA3C
RGB
CMYK
RGB Variations
Color information
#EDEA3C (or 0xEDEA3C) is known color: Starship. HEX triplet: ED, EA and 3C. RGB value is (237,234,60). Sum of RGB (Red+Green+Blue) = 237+234+60=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 60 (23.83% from 255 or 11.30% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEA3C is #1215C3. Grayscale: #D7D7D7. Windows color (decimal): -1185220 or 3992301. OLE color: 3992301.
HSL color Cylindrical-coordinate representation of color #EDEA3C: hue angle of 58.98º 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 #EDEA3C is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 60 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.07 |
| HSL | 58.98º | 0.83% | 0.58% | - |
| HSV(B) | 58.98º | 0.75% | 0.93% | - |
| XYZ | 65.16 | 77.18 | 15.74 | - |
| YUV | 215.06 | 40.49 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 60 | 0 | 0.01 | 0.75 | 0.07 | 58.98 | 0.83 | 0.58 |
| Hex | ED | EA | 3C | 0 | 1 | 4B | 7 | 3B | 53 | 3A |
| Octal | 355 | 352 | 74 | 0 | 1 | 113 | 7 | 73 | 123 | 72 |
| Binary | 11101101 | 11101010 | 111100 | 0 | 1 | 1001011 | 111 | 111011 | 1010011 | 111010 |
Color Harmonies of #EDEA3C
Complementary color
Monochromatic Colors of #EDEA3C
Black with #EDEA3C
Text Example
Text Example
White with #EDEA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEA3C; }
p { color: rgb(237,234,60); }
H1.HeaderClassName
{
color: #EDEA3C;
}
.AnyTagClassName
{
color: #EDEA3C;
}
</style>
background-color css
<style>
a { background-color: #EDEA3C; }
a { background-color: rgb(237,234,60); }
div.DivClassName
{
background-color: #EDEA3C;
}
.BgClassName
{
background-color: #EDEA3C;
}
</style>
border-color css
<style>
span { border-color: #EDEA3C; }
span { border-color: rgb(237,234,60); }
td.TdClassName
{
border-color: #EDEA3C;
}
.TagClassName
{
border-color: #EDEA3C;
}
</style>