Shades of Starship #EAE641
Tints of Starship #EAE641
RGB
CMYK
RGB Variations
Color information
#EAE641 (or 0xEAE641) is known color: Starship. HEX triplet: EA, E6 and 41. RGB value is (234,230,65). Sum of RGB (Red+Green+Blue) = 234+230+65=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 65 (25.78% from 255 or 12.29% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE641 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE641 is #1519BE. Grayscale: #D5D5D5. Windows color (decimal): -1382847 or 4318954. OLE color: 4318954.
HSL color Cylindrical-coordinate representation of color #EAE641: hue angle of 58.58º 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 #EAE641 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 65 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.08 |
| HSL | 58.58º | 0.8% | 0.59% | - |
| HSV(B) | 58.58º | 0.72% | 0.92% | - |
| XYZ | 63.18 | 74.47 | 16.04 | - |
| YUV | 212.39 | 44.83 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 65 | 0 | 0.02 | 0.72 | 0.08 | 58.58 | 0.8 | 0.59 |
| Hex | EA | E6 | 41 | 0 | 2 | 48 | 8 | 3B | 50 | 3B |
| Octal | 352 | 346 | 101 | 0 | 2 | 110 | 10 | 73 | 120 | 73 |
| Binary | 11101010 | 11100110 | 1000001 | 0 | 10 | 1001000 | 1000 | 111011 | 1010000 | 111011 |
Color Harmonies of #EAE641
Complementary color
Monochromatic Colors of #EAE641
Black with #EAE641
Text Example
Text Example
White with #EAE641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE641; }
p { color: rgb(234,230,65); }
H1.HeaderClassName
{
color: #EAE641;
}
.AnyTagClassName
{
color: #EAE641;
}
</style>
background-color css
<style>
a { background-color: #EAE641; }
a { background-color: rgb(234,230,65); }
div.DivClassName
{
background-color: #EAE641;
}
.BgClassName
{
background-color: #EAE641;
}
</style>
border-color css
<style>
span { border-color: #EAE641; }
span { border-color: rgb(234,230,65); }
td.TdClassName
{
border-color: #EAE641;
}
.TagClassName
{
border-color: #EAE641;
}
</style>