Shades of Starship #EAFE3B
Tints of Starship #EAFE3B
RGB
CMYK
RGB Variations
Color information
#EAFE3B (or 0xEAFE3B) is known color: Starship. HEX triplet: EA, FE and 3B. RGB value is (234,254,59). Sum of RGB (Red+Green+Blue) = 234+254+59=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 59 (23.44% from 255 or 10.79% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFE3B is #1501C4. Grayscale: #E2E2E2. Windows color (decimal): -1376709 or 3931882. OLE color: 3931882.
HSL color Cylindrical-coordinate representation of color #EAFE3B: hue angle of 66.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EAFE3B is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 59 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.00 |
| HSL | 66.15º | 0.99% | 0.61% | - |
| HSV(B) | 66.15º | 0.77% | 1% | - |
| XYZ | 70.16 | 88.69 | 17.56 | - |
| YUV | 225.79 | 33.87 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 59 | 0.08 | 0 | 0.77 | 0.00 | 66.15 | 0.99 | 0.61 |
| Hex | EA | FE | 3B | 8 | 0 | 4D | 0 | 42 | 63 | 3D |
| Octal | 352 | 376 | 73 | 10 | 0 | 115 | 0 | 102 | 143 | 75 |
| Binary | 11101010 | 11111110 | 111011 | 1000 | 0 | 1001101 | 0 | 1000010 | 1100011 | 111101 |
Color Harmonies of #EAFE3B
Complementary color
Monochromatic Colors of #EAFE3B
Black with #EAFE3B
Text Example
Text Example
White with #EAFE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFE3B; }
p { color: rgb(234,254,59); }
H1.HeaderClassName
{
color: #EAFE3B;
}
.AnyTagClassName
{
color: #EAFE3B;
}
</style>
background-color css
<style>
a { background-color: #EAFE3B; }
a { background-color: rgb(234,254,59); }
div.DivClassName
{
background-color: #EAFE3B;
}
.BgClassName
{
background-color: #EAFE3B;
}
</style>
border-color css
<style>
span { border-color: #EAFE3B; }
span { border-color: rgb(234,254,59); }
td.TdClassName
{
border-color: #EAFE3B;
}
.TagClassName
{
border-color: #EAFE3B;
}
</style>