Shades of Starship #EADD44
Tints of Starship #EADD44
RGB
CMYK
RGB Variations
Color information
#EADD44 (or 0xEADD44) is known color: Starship. HEX triplet: EA, DD and 44. RGB value is (234,221,68). Sum of RGB (Red+Green+Blue) = 234+221+68=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 68 (26.95% from 255 or 13.00% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD44 is #1522BB. Grayscale: #D0D0D0. Windows color (decimal): -1385148 or 4513258. OLE color: 4513258.
HSL color Cylindrical-coordinate representation of color #EADD44: hue angle of 55.3º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EADD44 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 68 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.08 |
| HSL | 55.3º | 0.8% | 0.59% | - |
| HSV(B) | 55.3º | 0.71% | 0.92% | - |
| XYZ | 60.83 | 69.62 | 15.7 | - |
| YUV | 207.45 | 49.31 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 68 | 0 | 0.06 | 0.71 | 0.08 | 55.3 | 0.8 | 0.59 |
| Hex | EA | DD | 44 | 0 | 6 | 47 | 8 | 37 | 50 | 3B |
| Octal | 352 | 335 | 104 | 0 | 6 | 107 | 10 | 67 | 120 | 73 |
| Binary | 11101010 | 11011101 | 1000100 | 0 | 110 | 1000111 | 1000 | 110111 | 1010000 | 111011 |
Color Harmonies of #EADD44
Complementary color
Monochromatic Colors of #EADD44
Black with #EADD44
Text Example
Text Example
White with #EADD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD44; }
p { color: rgb(234,221,68); }
H1.HeaderClassName
{
color: #EADD44;
}
.AnyTagClassName
{
color: #EADD44;
}
</style>
background-color css
<style>
a { background-color: #EADD44; }
a { background-color: rgb(234,221,68); }
div.DivClassName
{
background-color: #EADD44;
}
.BgClassName
{
background-color: #EADD44;
}
</style>
border-color css
<style>
span { border-color: #EADD44; }
span { border-color: rgb(234,221,68); }
td.TdClassName
{
border-color: #EADD44;
}
.TagClassName
{
border-color: #EADD44;
}
</style>