Shades of Starship #EAEE3C
Tints of Starship #EAEE3C
RGB
CMYK
RGB Variations
Color information
#EAEE3C (or 0xEAEE3C) is known color: Starship. HEX triplet: EA, EE and 3C. RGB value is (234,238,60). Sum of RGB (Red+Green+Blue) = 234+238+60=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 60 (23.83% from 255 or 11.28% from 532); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEE3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAEE3C is #1511C3. Grayscale: #D9D9D9. Windows color (decimal): -1380804 or 3993322. OLE color: 3993322.
HSL color Cylindrical-coordinate representation of color #EAEE3C: hue angle of 61.35º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAEE3C is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 238 | 60 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.07 |
| HSL | 61.35º | 0.84% | 0.58% | - |
| HSV(B) | 61.35º | 0.75% | 0.93% | - |
| XYZ | 65.32 | 78.97 | 16.07 | - |
| YUV | 216.51 | 39.67 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 238 | 60 | 0.02 | 0 | 0.75 | 0.07 | 61.35 | 0.84 | 0.58 |
| Hex | EA | EE | 3C | 2 | 0 | 4B | 7 | 3D | 54 | 3A |
| Octal | 352 | 356 | 74 | 2 | 0 | 113 | 7 | 75 | 124 | 72 |
| Binary | 11101010 | 11101110 | 111100 | 10 | 0 | 1001011 | 111 | 111101 | 1010100 | 111010 |
Color Harmonies of #EAEE3C
Complementary color
Monochromatic Colors of #EAEE3C
Black with #EAEE3C
Text Example
Text Example
White with #EAEE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEE3C; }
p { color: rgb(234,238,60); }
H1.HeaderClassName
{
color: #EAEE3C;
}
.AnyTagClassName
{
color: #EAEE3C;
}
</style>
background-color css
<style>
a { background-color: #EAEE3C; }
a { background-color: rgb(234,238,60); }
div.DivClassName
{
background-color: #EAEE3C;
}
.BgClassName
{
background-color: #EAEE3C;
}
</style>
border-color css
<style>
span { border-color: #EAEE3C; }
span { border-color: rgb(234,238,60); }
td.TdClassName
{
border-color: #EAEE3C;
}
.TagClassName
{
border-color: #EAEE3C;
}
</style>