Shades of Starship #EAE941
Tints of Starship #EAE941
RGB
CMYK
RGB Variations
Color information
#EAE941 (or 0xEAE941) is known color: Starship. HEX triplet: EA, E9 and 41. RGB value is (234,233,65). Sum of RGB (Red+Green+Blue) = 234+233+65=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 65 (25.78% from 255 or 12.22% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE941 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE941 is #1516BE. Grayscale: #D6D6D6. Windows color (decimal): -1382079 or 4319722. OLE color: 4319722.
HSL color Cylindrical-coordinate representation of color #EAE941: hue angle of 59.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EAE941 is Cyan = 0, Magento = 0.00, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 65 | - |
| CMYK | 0 | 0.00 | 0.72 | 0.08 |
| HSL | 59.64º | 0.8% | 0.59% | - |
| HSV(B) | 59.64º | 0.72% | 0.92% | - |
| XYZ | 64.02 | 76.15 | 16.33 | - |
| YUV | 214.15 | 43.83 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 65 | 0 | 0.00 | 0.72 | 0.08 | 59.64 | 0.8 | 0.59 |
| Hex | EA | E9 | 41 | 0 | 0 | 48 | 8 | 3C | 50 | 3B |
| Octal | 352 | 351 | 101 | 0 | 0 | 110 | 10 | 74 | 120 | 73 |
| Binary | 11101010 | 11101001 | 1000001 | 0 | 0 | 1001000 | 1000 | 111100 | 1010000 | 111011 |
Color Harmonies of #EAE941
Complementary color
Monochromatic Colors of #EAE941
Black with #EAE941
Text Example
Text Example
White with #EAE941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE941; }
p { color: rgb(234,233,65); }
H1.HeaderClassName
{
color: #EAE941;
}
.AnyTagClassName
{
color: #EAE941;
}
</style>
background-color css
<style>
a { background-color: #EAE941; }
a { background-color: rgb(234,233,65); }
div.DivClassName
{
background-color: #EAE941;
}
.BgClassName
{
background-color: #EAE941;
}
</style>
border-color css
<style>
span { border-color: #EAE941; }
span { border-color: rgb(234,233,65); }
td.TdClassName
{
border-color: #EAE941;
}
.TagClassName
{
border-color: #EAE941;
}
</style>