#E5D941

Color #E5D941 Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #E5D941

Tints of Starship #E5D941

Color information

#E5D941 (or 0xE5D941) is unknown color: approx Starship. HEX triplet: E5, D9 and 41. RGB value is (229,217,65). Sum of RGB (Red+Green+Blue) = 229+217+65=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D941 is #1A26BE. Grayscale: #CBCBCB. Windows color (decimal): -1713855 or 4315621. OLE color: 4315621.

HSL color Cylindrical-coordinate representation of color #E5D941: hue angle of 55.61º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5D941 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB22921765-
CMYK00.050.720.10
HSL55.61º75.93%57.65%-
HSV(B)55.61º71.62%89.8%-
XYZ58.0866.6714.81-
YUV203.2649.98146.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 44.81%
GREEN value IS 217 (85.16% from 255) = 42.47%
BLUE value IS 65 (25.78% from 255) = 12.72%
R=44.81%
G=42.47%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292176500.050.720.1055.6175.9357.65
HexE5D9410548A384c3a
Octal34533110105110127011472
Binary111001011101100110000010101100100010101110001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D941; }

 p { color: rgb(229,217,65); }

 H1.HeaderClassName
 {
   color: #E5D941;
 }
 .AnyTagClassName
 {
   color: #E5D941;
 }
</style>
background-color css

<style>
 a { background-color: #E5D941; }

 a { background-color: rgb(229,217,65); }

 div.DivClassName
 {
   background-color: #E5D941;
 }
 .BgClassName
 {
   background-color: #E5D941;
 }
</style>
border-color css

<style>
 span { border-color: #E5D941; }

 span { border-color: rgb(229,217,65); }

 td.TdClassName
 {
   border-color: #E5D941;
 }
 .TagClassName
 {
   border-color: #E5D941;
 }
</style>