Shades of Starship #EAF23C
Tints of Starship #EAF23C
RGB
CMYK
RGB Variations
Color information
#EAF23C (or 0xEAF23C) is known color: Starship. HEX triplet: EA, F2 and 3C. RGB value is (234,242,60). Sum of RGB (Red+Green+Blue) = 234+242+60=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 60 (23.83% from 255 or 11.19% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF23C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF23C is #150DC3. Grayscale: #DBDBDB. Windows color (decimal): -1379780 or 3994346. OLE color: 3994346.
HSL color Cylindrical-coordinate representation of color #EAF23C: hue angle of 62.64º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAF23C is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 60 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.05 |
| HSL | 62.64º | 0.88% | 0.59% | - |
| HSV(B) | 62.64º | 0.75% | 0.95% | - |
| XYZ | 66.5 | 81.32 | 16.47 | - |
| YUV | 218.86 | 38.35 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 60 | 0.03 | 0 | 0.75 | 0.05 | 62.64 | 0.88 | 0.59 |
| Hex | EA | F2 | 3C | 3 | 0 | 4B | 5 | 3F | 58 | 3B |
| Octal | 352 | 362 | 74 | 3 | 0 | 113 | 5 | 77 | 130 | 73 |
| Binary | 11101010 | 11110010 | 111100 | 11 | 0 | 1001011 | 101 | 111111 | 1011000 | 111011 |
Color Harmonies of #EAF23C
Complementary color
Monochromatic Colors of #EAF23C
Black with #EAF23C
Text Example
Text Example
White with #EAF23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF23C; }
p { color: rgb(234,242,60); }
H1.HeaderClassName
{
color: #EAF23C;
}
.AnyTagClassName
{
color: #EAF23C;
}
</style>
background-color css
<style>
a { background-color: #EAF23C; }
a { background-color: rgb(234,242,60); }
div.DivClassName
{
background-color: #EAF23C;
}
.BgClassName
{
background-color: #EAF23C;
}
</style>
border-color css
<style>
span { border-color: #EAF23C; }
span { border-color: rgb(234,242,60); }
td.TdClassName
{
border-color: #EAF23C;
}
.TagClassName
{
border-color: #EAF23C;
}
</style>