Shades of Starship #EAF23D
Tints of Starship #EAF23D
RGB
CMYK
RGB Variations
Color information
#EAF23D (or 0xEAF23D) is known color: Starship. HEX triplet: EA, F2 and 3D. RGB value is (234,242,61). Sum of RGB (Red+Green+Blue) = 234+242+61=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 61 (24.22% from 255 or 11.36% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF23D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF23D is #150DC2. Grayscale: #DBDBDB. Windows color (decimal): -1379779 or 4059882. OLE color: 4059882.
HSL color Cylindrical-coordinate representation of color #EAF23D: hue angle of 62.65º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAF23D is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 61 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.05 |
| HSL | 62.65º | 0.87% | 0.59% | - |
| HSV(B) | 62.65º | 0.75% | 0.95% | - |
| XYZ | 66.53 | 81.33 | 16.61 | - |
| YUV | 218.97 | 38.85 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 61 | 0.03 | 0 | 0.75 | 0.05 | 62.65 | 0.87 | 0.59 |
| Hex | EA | F2 | 3D | 3 | 0 | 4B | 5 | 3F | 57 | 3B |
| Octal | 352 | 362 | 75 | 3 | 0 | 113 | 5 | 77 | 127 | 73 |
| Binary | 11101010 | 11110010 | 111101 | 11 | 0 | 1001011 | 101 | 111111 | 1010111 | 111011 |
Color Harmonies of #EAF23D
Complementary color
Monochromatic Colors of #EAF23D
Black with #EAF23D
Text Example
Text Example
White with #EAF23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF23D; }
p { color: rgb(234,242,61); }
H1.HeaderClassName
{
color: #EAF23D;
}
.AnyTagClassName
{
color: #EAF23D;
}
</style>
background-color css
<style>
a { background-color: #EAF23D; }
a { background-color: rgb(234,242,61); }
div.DivClassName
{
background-color: #EAF23D;
}
.BgClassName
{
background-color: #EAF23D;
}
</style>
border-color css
<style>
span { border-color: #EAF23D; }
span { border-color: rgb(234,242,61); }
td.TdClassName
{
border-color: #EAF23D;
}
.TagClassName
{
border-color: #EAF23D;
}
</style>