Shades of Starship #EAFD3C
Tints of Starship #EAFD3C
RGB
CMYK
RGB Variations
Color information
#EAFD3C (or 0xEAFD3C) is known color: Starship. HEX triplet: EA, FD and 3C. RGB value is (234,253,60). Sum of RGB (Red+Green+Blue) = 234+253+60=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 60 (23.83% from 255 or 10.97% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFD3C is #1502C3. Grayscale: #E2E2E2. Windows color (decimal): -1376964 or 3997162. OLE color: 3997162.
HSL color Cylindrical-coordinate representation of color #EAFD3C: hue angle of 65.91º degrees, saturation: 0.98, 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 #EAFD3C is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 253 | 60 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.01 |
| HSL | 65.91º | 0.98% | 0.61% | - |
| HSV(B) | 65.91º | 0.76% | 0.99% | - |
| XYZ | 69.87 | 88.07 | 17.59 | - |
| YUV | 225.32 | 34.71 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 253 | 60 | 0.08 | 0 | 0.76 | 0.01 | 65.91 | 0.98 | 0.61 |
| Hex | EA | FD | 3C | 8 | 0 | 4C | 1 | 42 | 62 | 3D |
| Octal | 352 | 375 | 74 | 10 | 0 | 114 | 1 | 102 | 142 | 75 |
| Binary | 11101010 | 11111101 | 111100 | 1000 | 0 | 1001100 | 1 | 1000010 | 1100010 | 111101 |
Color Harmonies of #EAFD3C
Complementary color
Monochromatic Colors of #EAFD3C
Black with #EAFD3C
Text Example
Text Example
White with #EAFD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFD3C; }
p { color: rgb(234,253,60); }
H1.HeaderClassName
{
color: #EAFD3C;
}
.AnyTagClassName
{
color: #EAFD3C;
}
</style>
background-color css
<style>
a { background-color: #EAFD3C; }
a { background-color: rgb(234,253,60); }
div.DivClassName
{
background-color: #EAFD3C;
}
.BgClassName
{
background-color: #EAFD3C;
}
</style>
border-color css
<style>
span { border-color: #EAFD3C; }
span { border-color: rgb(234,253,60); }
td.TdClassName
{
border-color: #EAFD3C;
}
.TagClassName
{
border-color: #EAFD3C;
}
</style>