Shades of Starship #EAF23F
Tints of Starship #EAF23F
RGB
CMYK
RGB Variations
Color information
#EAF23F (or 0xEAF23F) is known color: Starship. HEX triplet: EA, F2 and 3F. RGB value is (234,242,63). Sum of RGB (Red+Green+Blue) = 234+242+63=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 63 (25% from 255 or 11.69% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF23F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF23F is #150DC0. Grayscale: #DBDBDB. Windows color (decimal): -1379777 or 4190954. OLE color: 4190954.
HSL color Cylindrical-coordinate representation of color #EAF23F: hue angle of 62.68º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAF23F is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 63 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.05 |
| HSL | 62.68º | 0.87% | 0.6% | - |
| HSV(B) | 62.68º | 0.74% | 0.95% | - |
| XYZ | 66.58 | 81.36 | 16.9 | - |
| YUV | 219.2 | 39.85 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 63 | 0.03 | 0 | 0.74 | 0.05 | 62.68 | 0.87 | 0.6 |
| Hex | EA | F2 | 3F | 3 | 0 | 4A | 5 | 3F | 57 | 3C |
| Octal | 352 | 362 | 77 | 3 | 0 | 112 | 5 | 77 | 127 | 74 |
| Binary | 11101010 | 11110010 | 111111 | 11 | 0 | 1001010 | 101 | 111111 | 1010111 | 111100 |
Color Harmonies of #EAF23F
Complementary color
Monochromatic Colors of #EAF23F
Black with #EAF23F
Text Example
Text Example
White with #EAF23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF23F; }
p { color: rgb(234,242,63); }
H1.HeaderClassName
{
color: #EAF23F;
}
.AnyTagClassName
{
color: #EAF23F;
}
</style>
background-color css
<style>
a { background-color: #EAF23F; }
a { background-color: rgb(234,242,63); }
div.DivClassName
{
background-color: #EAF23F;
}
.BgClassName
{
background-color: #EAF23F;
}
</style>
border-color css
<style>
span { border-color: #EAF23F; }
span { border-color: rgb(234,242,63); }
td.TdClassName
{
border-color: #EAF23F;
}
.TagClassName
{
border-color: #EAF23F;
}
</style>