Shades of Starship #EAF33A
Tints of Starship #EAF33A
RGB
CMYK
RGB Variations
Color information
#EAF33A (or 0xEAF33A) is known color: Starship. HEX triplet: EA, F3 and 3A. RGB value is (234,243,58). Sum of RGB (Red+Green+Blue) = 234+243+58=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 58 (23.05% from 255 or 10.84% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF33A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF33A is #150CC5. Grayscale: #DBDBDB. Windows color (decimal): -1379526 or 3863530. OLE color: 3863530.
HSL color Cylindrical-coordinate representation of color #EAF33A: hue angle of 62.92º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAF33A is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 58 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.05 |
| HSL | 62.92º | 0.89% | 0.59% | - |
| HSV(B) | 62.92º | 0.76% | 0.95% | - |
| XYZ | 66.75 | 81.9 | 16.29 | - |
| YUV | 219.22 | 37.02 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 58 | 0.04 | 0 | 0.76 | 0.05 | 62.92 | 0.89 | 0.59 |
| Hex | EA | F3 | 3A | 4 | 0 | 4C | 5 | 3F | 59 | 3B |
| Octal | 352 | 363 | 72 | 4 | 0 | 114 | 5 | 77 | 131 | 73 |
| Binary | 11101010 | 11110011 | 111010 | 100 | 0 | 1001100 | 101 | 111111 | 1011001 | 111011 |
Color Harmonies of #EAF33A
Complementary color
Monochromatic Colors of #EAF33A
Black with #EAF33A
Text Example
Text Example
White with #EAF33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF33A; }
p { color: rgb(234,243,58); }
H1.HeaderClassName
{
color: #EAF33A;
}
.AnyTagClassName
{
color: #EAF33A;
}
</style>
background-color css
<style>
a { background-color: #EAF33A; }
a { background-color: rgb(234,243,58); }
div.DivClassName
{
background-color: #EAF33A;
}
.BgClassName
{
background-color: #EAF33A;
}
</style>
border-color css
<style>
span { border-color: #EAF33A; }
span { border-color: rgb(234,243,58); }
td.TdClassName
{
border-color: #EAF33A;
}
.TagClassName
{
border-color: #EAF33A;
}
</style>