Shades of Starship #EAD741
Tints of Starship #EAD741
RGB
CMYK
RGB Variations
Color information
#EAD741 (or 0xEAD741) is known color: Starship. HEX triplet: EA, D7 and 41. RGB value is (234,215,65). Sum of RGB (Red+Green+Blue) = 234+215+65=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 65 (25.78% from 255 or 12.65% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD741 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD741 is #1528BE. Grayscale: #CCCCCC. Windows color (decimal): -1386687 or 4315114. OLE color: 4315114.
HSL color Cylindrical-coordinate representation of color #EAD741: hue angle of 53.25º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EAD741 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 215 | 65 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.08 |
| HSL | 53.25º | 0.8% | 0.59% | - |
| HSV(B) | 53.25º | 0.72% | 0.92% | - |
| XYZ | 59.19 | 66.47 | 14.71 | - |
| YUV | 203.58 | 49.79 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 215 | 65 | 0 | 0.08 | 0.72 | 0.08 | 53.25 | 0.8 | 0.59 |
| Hex | EA | D7 | 41 | 0 | 8 | 48 | 8 | 35 | 50 | 3B |
| Octal | 352 | 327 | 101 | 0 | 10 | 110 | 10 | 65 | 120 | 73 |
| Binary | 11101010 | 11010111 | 1000001 | 0 | 1000 | 1001000 | 1000 | 110101 | 1010000 | 111011 |
Color Harmonies of #EAD741
Complementary color
Monochromatic Colors of #EAD741
Black with #EAD741
Text Example
Text Example
White with #EAD741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD741; }
p { color: rgb(234,215,65); }
H1.HeaderClassName
{
color: #EAD741;
}
.AnyTagClassName
{
color: #EAD741;
}
</style>
background-color css
<style>
a { background-color: #EAD741; }
a { background-color: rgb(234,215,65); }
div.DivClassName
{
background-color: #EAD741;
}
.BgClassName
{
background-color: #EAD741;
}
</style>
border-color css
<style>
span { border-color: #EAD741; }
span { border-color: rgb(234,215,65); }
td.TdClassName
{
border-color: #EAD741;
}
.TagClassName
{
border-color: #EAD741;
}
</style>