#E5DC40

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

Shades of Starship #E5DC40

Tints of Starship #E5DC40

Color information

#E5DC40 (or 0xE5DC40) is unknown color: approx Starship. HEX triplet: E5, DC and 40. RGB value is (229,220,64). Sum of RGB (Red+Green+Blue) = 229+220+64=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DC40 is #1A23BF. Grayscale: #CDCDCD. Windows color (decimal): -1713088 or 4250853. OLE color: 4250853.

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

Color convert

RGB22922064-
CMYK00.040.720.10
HSL56.73º76.04%57.45%-
HSV(B)56.73º72.05%89.8%-
XYZ58.8368.2114.92-
YUV204.9148.48145.18-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.64%
GREEN value IS 220 (86.33% from 255) = 42.88%
BLUE value IS 64 (25.39% from 255) = 12.48%
R=44.64%
G=42.88%
B=12.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292206400.040.720.1056.7376.0457.45
HexE5DC400448A394c39
Octal34533410004110127111471
Binary111001011101110010000000100100100010101110011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DC40; }

 p { color: rgb(229,220,64); }

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

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

 a { background-color: rgb(229,220,64); }

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

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

 span { border-color: rgb(229,220,64); }

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