Shades of Starship #EAFE39
Tints of Starship #EAFE39
RGB
CMYK
RGB Variations
Color information
#EAFE39 (or 0xEAFE39) is known color: Starship. HEX triplet: EA, FE and 39. RGB value is (234,254,57). Sum of RGB (Red+Green+Blue) = 234+254+57=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 57 (22.66% from 255 or 10.46% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE39 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFE39 is #1501C6. Grayscale: #E2E2E2. Windows color (decimal): -1376711 or 3800810. OLE color: 3800810.
HSL color Cylindrical-coordinate representation of color #EAFE39: hue angle of 66.09º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EAFE39 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 57 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.00 |
| HSL | 66.09º | 0.99% | 0.61% | - |
| HSV(B) | 66.09º | 0.78% | 1% | - |
| XYZ | 70.11 | 88.67 | 17.29 | - |
| YUV | 225.56 | 32.87 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 57 | 0.08 | 0 | 0.78 | 0.00 | 66.09 | 0.99 | 0.61 |
| Hex | EA | FE | 39 | 8 | 0 | 4E | 0 | 42 | 63 | 3D |
| Octal | 352 | 376 | 71 | 10 | 0 | 116 | 0 | 102 | 143 | 75 |
| Binary | 11101010 | 11111110 | 111001 | 1000 | 0 | 1001110 | 0 | 1000010 | 1100011 | 111101 |
Color Harmonies of #EAFE39
Complementary color
Monochromatic Colors of #EAFE39
Black with #EAFE39
Text Example
Text Example
White with #EAFE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFE39; }
p { color: rgb(234,254,57); }
H1.HeaderClassName
{
color: #EAFE39;
}
.AnyTagClassName
{
color: #EAFE39;
}
</style>
background-color css
<style>
a { background-color: #EAFE39; }
a { background-color: rgb(234,254,57); }
div.DivClassName
{
background-color: #EAFE39;
}
.BgClassName
{
background-color: #EAFE39;
}
</style>
border-color css
<style>
span { border-color: #EAFE39; }
span { border-color: rgb(234,254,57); }
td.TdClassName
{
border-color: #EAFE39;
}
.TagClassName
{
border-color: #EAFE39;
}
</style>