Shades of Starship #EAF53C
Tints of Starship #EAF53C
RGB
CMYK
RGB Variations
Color information
#EAF53C (or 0xEAF53C) is known color: Starship. HEX triplet: EA, F5 and 3C. RGB value is (234,245,60). Sum of RGB (Red+Green+Blue) = 234+245+60=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 60 (23.83% from 255 or 11.13% from 539); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF53C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF53C is #150AC3. Grayscale: #DDDDDD. Windows color (decimal): -1379012 or 3995114. OLE color: 3995114.
HSL color Cylindrical-coordinate representation of color #EAF53C: hue angle of 63.57º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAF53C is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 245 | 60 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.04 |
| HSL | 63.57º | 0.9% | 0.6% | - |
| HSV(B) | 63.57º | 0.76% | 0.96% | - |
| XYZ | 67.4 | 83.12 | 16.77 | - |
| YUV | 220.62 | 37.36 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 245 | 60 | 0.04 | 0 | 0.76 | 0.04 | 63.57 | 0.9 | 0.6 |
| Hex | EA | F5 | 3C | 4 | 0 | 4C | 4 | 40 | 5A | 3C |
| Octal | 352 | 365 | 74 | 4 | 0 | 114 | 4 | 100 | 132 | 74 |
| Binary | 11101010 | 11110101 | 111100 | 100 | 0 | 1001100 | 100 | 1000000 | 1011010 | 111100 |
Color Harmonies of #EAF53C
Complementary color
Monochromatic Colors of #EAF53C
Black with #EAF53C
Text Example
Text Example
White with #EAF53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF53C; }
p { color: rgb(234,245,60); }
H1.HeaderClassName
{
color: #EAF53C;
}
.AnyTagClassName
{
color: #EAF53C;
}
</style>
background-color css
<style>
a { background-color: #EAF53C; }
a { background-color: rgb(234,245,60); }
div.DivClassName
{
background-color: #EAF53C;
}
.BgClassName
{
background-color: #EAF53C;
}
</style>
border-color css
<style>
span { border-color: #EAF53C; }
span { border-color: rgb(234,245,60); }
td.TdClassName
{
border-color: #EAF53C;
}
.TagClassName
{
border-color: #EAF53C;
}
</style>