Shades of Starship #EAD43C
Tints of Starship #EAD43C
RGB
CMYK
RGB Variations
Color information
#EAD43C (or 0xEAD43C) is known color: Starship. HEX triplet: EA, D4 and 3C. RGB value is (234,212,60). Sum of RGB (Red+Green+Blue) = 234+212+60=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 60 (23.83% from 255 or 11.86% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD43C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD43C is #152BC3. Grayscale: #C9C9C9. Windows color (decimal): -1387460 or 3986666. OLE color: 3986666.
HSL color Cylindrical-coordinate representation of color #EAD43C: hue angle of 52.41º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAD43C is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 212 | 60 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.08 |
| HSL | 52.41º | 0.81% | 0.58% | - |
| HSV(B) | 52.41º | 0.74% | 0.92% | - |
| XYZ | 58.29 | 64.91 | 13.73 | - |
| YUV | 201.25 | 48.29 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 212 | 60 | 0 | 0.09 | 0.74 | 0.08 | 52.41 | 0.81 | 0.58 |
| Hex | EA | D4 | 3C | 0 | 9 | 4A | 8 | 34 | 51 | 3A |
| Octal | 352 | 324 | 74 | 0 | 11 | 112 | 10 | 64 | 121 | 72 |
| Binary | 11101010 | 11010100 | 111100 | 0 | 1001 | 1001010 | 1000 | 110100 | 1010001 | 111010 |
Color Harmonies of #EAD43C
Complementary color
Monochromatic Colors of #EAD43C
Black with #EAD43C
Text Example
Text Example
White with #EAD43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD43C; }
p { color: rgb(234,212,60); }
H1.HeaderClassName
{
color: #EAD43C;
}
.AnyTagClassName
{
color: #EAD43C;
}
</style>
background-color css
<style>
a { background-color: #EAD43C; }
a { background-color: rgb(234,212,60); }
div.DivClassName
{
background-color: #EAD43C;
}
.BgClassName
{
background-color: #EAD43C;
}
</style>
border-color css
<style>
span { border-color: #EAD43C; }
span { border-color: rgb(234,212,60); }
td.TdClassName
{
border-color: #EAD43C;
}
.TagClassName
{
border-color: #EAD43C;
}
</style>