Shades of Starship #EAF23E
Tints of Starship #EAF23E
RGB
CMYK
RGB Variations
Color information
#EAF23E (or 0xEAF23E) is known color: Starship. HEX triplet: EA, F2 and 3E. RGB value is (234,242,62). Sum of RGB (Red+Green+Blue) = 234+242+62=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 62 (24.61% from 255 or 11.52% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF23E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF23E is #150DC1. Grayscale: #DBDBDB. Windows color (decimal): -1379778 or 4125418. OLE color: 4125418.
HSL color Cylindrical-coordinate representation of color #EAF23E: hue angle of 62.67º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAF23E is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 62 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.05 |
| HSL | 62.67º | 0.87% | 0.6% | - |
| HSV(B) | 62.67º | 0.74% | 0.95% | - |
| XYZ | 66.55 | 81.34 | 16.75 | - |
| YUV | 219.09 | 39.35 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 62 | 0.03 | 0 | 0.74 | 0.05 | 62.67 | 0.87 | 0.6 |
| Hex | EA | F2 | 3E | 3 | 0 | 4A | 5 | 3F | 57 | 3C |
| Octal | 352 | 362 | 76 | 3 | 0 | 112 | 5 | 77 | 127 | 74 |
| Binary | 11101010 | 11110010 | 111110 | 11 | 0 | 1001010 | 101 | 111111 | 1010111 | 111100 |
Color Harmonies of #EAF23E
Complementary color
Monochromatic Colors of #EAF23E
Black with #EAF23E
Text Example
Text Example
White with #EAF23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF23E; }
p { color: rgb(234,242,62); }
H1.HeaderClassName
{
color: #EAF23E;
}
.AnyTagClassName
{
color: #EAF23E;
}
</style>
background-color css
<style>
a { background-color: #EAF23E; }
a { background-color: rgb(234,242,62); }
div.DivClassName
{
background-color: #EAF23E;
}
.BgClassName
{
background-color: #EAF23E;
}
</style>
border-color css
<style>
span { border-color: #EAF23E; }
span { border-color: rgb(234,242,62); }
td.TdClassName
{
border-color: #EAF23E;
}
.TagClassName
{
border-color: #EAF23E;
}
</style>