Shades of Starship #EAF53A
Tints of Starship #EAF53A
RGB
CMYK
RGB Variations
Color information
#EAF53A (or 0xEAF53A) is known color: Starship. HEX triplet: EA, F5 and 3A. RGB value is (234,245,58). Sum of RGB (Red+Green+Blue) = 234+245+58=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 58 (23.05% from 255 or 10.80% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF53A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF53A is #150AC5. Grayscale: #DDDDDD. Windows color (decimal): -1379014 or 3864042. OLE color: 3864042.
HSL color Cylindrical-coordinate representation of color #EAF53A: hue angle of 63.53º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAF53A is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 245 | 58 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.04 |
| HSL | 63.53º | 0.9% | 0.59% | - |
| HSV(B) | 63.53º | 0.76% | 0.96% | - |
| XYZ | 67.35 | 83.1 | 16.49 | - |
| YUV | 220.39 | 36.36 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 245 | 58 | 0.04 | 0 | 0.76 | 0.04 | 63.53 | 0.9 | 0.59 |
| Hex | EA | F5 | 3A | 4 | 0 | 4C | 4 | 40 | 5A | 3B |
| Octal | 352 | 365 | 72 | 4 | 0 | 114 | 4 | 100 | 132 | 73 |
| Binary | 11101010 | 11110101 | 111010 | 100 | 0 | 1001100 | 100 | 1000000 | 1011010 | 111011 |
Color Harmonies of #EAF53A
Complementary color
Monochromatic Colors of #EAF53A
Black with #EAF53A
Text Example
Text Example
White with #EAF53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF53A; }
p { color: rgb(234,245,58); }
H1.HeaderClassName
{
color: #EAF53A;
}
.AnyTagClassName
{
color: #EAF53A;
}
</style>
background-color css
<style>
a { background-color: #EAF53A; }
a { background-color: rgb(234,245,58); }
div.DivClassName
{
background-color: #EAF53A;
}
.BgClassName
{
background-color: #EAF53A;
}
</style>
border-color css
<style>
span { border-color: #EAF53A; }
span { border-color: rgb(234,245,58); }
td.TdClassName
{
border-color: #EAF53A;
}
.TagClassName
{
border-color: #EAF53A;
}
</style>