Shades of Starship #EAFC3C
Tints of Starship #EAFC3C
RGB
CMYK
RGB Variations
Color information
#EAFC3C (or 0xEAFC3C) is known color: Starship. HEX triplet: EA, FC and 3C. RGB value is (234,252,60). Sum of RGB (Red+Green+Blue) = 234+252+60=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 60 (23.83% from 255 or 10.99% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFC3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFC3C is #1503C3. Grayscale: #E1E1E1. Windows color (decimal): -1377220 or 3996906. OLE color: 3996906.
HSL color Cylindrical-coordinate representation of color #EAFC3C: hue angle of 65.62º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAFC3C is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 252 | 60 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.01 |
| HSL | 65.63º | 0.97% | 0.61% | - |
| HSV(B) | 65.63º | 0.76% | 0.99% | - |
| XYZ | 69.56 | 87.44 | 17.49 | - |
| YUV | 224.73 | 35.04 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 252 | 60 | 0.07 | 0 | 0.76 | 0.01 | 65.63 | 0.97 | 0.61 |
| Hex | EA | FC | 3C | 7 | 0 | 4C | 1 | 42 | 61 | 3D |
| Octal | 352 | 374 | 74 | 7 | 0 | 114 | 1 | 102 | 141 | 75 |
| Binary | 11101010 | 11111100 | 111100 | 111 | 0 | 1001100 | 1 | 1000010 | 1100001 | 111101 |
Color Harmonies of #EAFC3C
Complementary color
Monochromatic Colors of #EAFC3C
Black with #EAFC3C
Text Example
Text Example
White with #EAFC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFC3C; }
p { color: rgb(234,252,60); }
H1.HeaderClassName
{
color: #EAFC3C;
}
.AnyTagClassName
{
color: #EAFC3C;
}
</style>
background-color css
<style>
a { background-color: #EAFC3C; }
a { background-color: rgb(234,252,60); }
div.DivClassName
{
background-color: #EAFC3C;
}
.BgClassName
{
background-color: #EAFC3C;
}
</style>
border-color css
<style>
span { border-color: #EAFC3C; }
span { border-color: rgb(234,252,60); }
td.TdClassName
{
border-color: #EAFC3C;
}
.TagClassName
{
border-color: #EAFC3C;
}
</style>