Shades of Starship #EAF538
Tints of Starship #EAF538
RGB
CMYK
RGB Variations
Color information
#EAF538 (or 0xEAF538) is known color: Starship. HEX triplet: EA, F5 and 38. RGB value is (234,245,56). Sum of RGB (Red+Green+Blue) = 234+245+56=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 56 (22.27% from 255 or 10.47% from 535); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF538 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF538 is #150AC7. Grayscale: #DCDCDC. Windows color (decimal): -1379016 or 3732970. OLE color: 3732970.
HSL color Cylindrical-coordinate representation of color #EAF538: hue angle of 63.49º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EAF538 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 245 | 56 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.04 |
| HSL | 63.49º | 0.9% | 0.59% | - |
| HSV(B) | 63.49º | 0.77% | 0.96% | - |
| XYZ | 67.3 | 83.08 | 16.23 | - |
| YUV | 220.17 | 35.36 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 245 | 56 | 0.04 | 0 | 0.77 | 0.04 | 63.49 | 0.9 | 0.59 |
| Hex | EA | F5 | 38 | 4 | 0 | 4D | 4 | 3F | 5A | 3B |
| Octal | 352 | 365 | 70 | 4 | 0 | 115 | 4 | 77 | 132 | 73 |
| Binary | 11101010 | 11110101 | 111000 | 100 | 0 | 1001101 | 100 | 111111 | 1011010 | 111011 |
Color Harmonies of #EAF538
Complementary color
Monochromatic Colors of #EAF538
Black with #EAF538
Text Example
Text Example
White with #EAF538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF538; }
p { color: rgb(234,245,56); }
H1.HeaderClassName
{
color: #EAF538;
}
.AnyTagClassName
{
color: #EAF538;
}
</style>
background-color css
<style>
a { background-color: #EAF538; }
a { background-color: rgb(234,245,56); }
div.DivClassName
{
background-color: #EAF538;
}
.BgClassName
{
background-color: #EAF538;
}
</style>
border-color css
<style>
span { border-color: #EAF538; }
span { border-color: rgb(234,245,56); }
td.TdClassName
{
border-color: #EAF538;
}
.TagClassName
{
border-color: #EAF538;
}
</style>