Shades of Starship #EAFC38
Tints of Starship #EAFC38
RGB
CMYK
RGB Variations
Color information
#EAFC38 (or 0xEAFC38) is known color: Starship. HEX triplet: EA, FC and 38. RGB value is (234,252,56). Sum of RGB (Red+Green+Blue) = 234+252+56=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 56 (22.27% from 255 or 10.33% from 542); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFC38 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFC38 is #1503C7. Grayscale: #E1E1E1. Windows color (decimal): -1377224 or 3734762. OLE color: 3734762.
HSL color Cylindrical-coordinate representation of color #EAFC38: hue angle of 65.51º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EAFC38 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 252 | 56 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.01 |
| HSL | 65.51º | 0.97% | 0.6% | - |
| HSV(B) | 65.51º | 0.78% | 0.99% | - |
| XYZ | 69.46 | 87.4 | 16.95 | - |
| YUV | 224.27 | 33.04 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 252 | 56 | 0.07 | 0 | 0.78 | 0.01 | 65.51 | 0.97 | 0.6 |
| Hex | EA | FC | 38 | 7 | 0 | 4E | 1 | 42 | 61 | 3C |
| Octal | 352 | 374 | 70 | 7 | 0 | 116 | 1 | 102 | 141 | 74 |
| Binary | 11101010 | 11111100 | 111000 | 111 | 0 | 1001110 | 1 | 1000010 | 1100001 | 111100 |
Color Harmonies of #EAFC38
Complementary color
Monochromatic Colors of #EAFC38
Black with #EAFC38
Text Example
Text Example
White with #EAFC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFC38; }
p { color: rgb(234,252,56); }
H1.HeaderClassName
{
color: #EAFC38;
}
.AnyTagClassName
{
color: #EAFC38;
}
</style>
background-color css
<style>
a { background-color: #EAFC38; }
a { background-color: rgb(234,252,56); }
div.DivClassName
{
background-color: #EAFC38;
}
.BgClassName
{
background-color: #EAFC38;
}
</style>
border-color css
<style>
span { border-color: #EAFC38; }
span { border-color: rgb(234,252,56); }
td.TdClassName
{
border-color: #EAFC38;
}
.TagClassName
{
border-color: #EAFC38;
}
</style>