#E5D841

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

Shades of Starship #E5D841

Tints of Starship #E5D841

Color information

#E5D841 (or 0xE5D841) is unknown color: approx Starship. HEX triplet: E5, D8 and 41. RGB value is (229,216,65). Sum of RGB (Red+Green+Blue) = 229+216+65=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 65 (25.78% from 255 or 12.75% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D841 is #1A27BE. Grayscale: #CBCBCB. Windows color (decimal): -1714111 or 4315365. OLE color: 4315365.

HSL color Cylindrical-coordinate representation of color #E5D841: hue angle of 55.24º 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 #E5D841 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB22921665-
CMYK00.060.720.10
HSL55.24º75.93%57.65%-
HSV(B)55.24º71.62%89.8%-
XYZ57.8266.1514.72-
YUV202.6750.31146.78-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.90%
GREEN value IS 216 (84.77% from 255) = 42.35%
BLUE value IS 65 (25.78% from 255) = 12.75%
R=44.90%
G=42.35%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292166500.060.720.1055.2475.9357.65
HexE5D8410648A374c3a
Octal34533010106110126711472
Binary111001011101100010000010110100100010101101111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D841; }

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

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

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

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

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

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

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

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