#E5DC3C

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

Shades of Starship #E5DC3C

Tints of Starship #E5DC3C

Color information

#E5DC3C (or 0xE5DC3C) is unknown color: approx Starship. HEX triplet: E5, DC and 3C. RGB value is (229,220,60). Sum of RGB (Red+Green+Blue) = 229+220+60=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 60 (23.83% from 255 or 11.79% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DC3C is #1A23C3. Grayscale: #CDCDCD. Windows color (decimal): -1713092 or 3988709. OLE color: 3988709.

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

Color convert

RGB22922060-
CMYK00.040.740.10
HSL56.8º76.47%56.67%-
HSV(B)56.8º73.8%89.8%-
XYZ58.7268.1714.34-
YUV204.4546.48145.51-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.99%
GREEN value IS 220 (86.33% from 255) = 43.22%
BLUE value IS 60 (23.83% from 255) = 11.79%
R=44.99%
G=43.22%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292206000.040.740.1056.876.4756.67
HexE5DC3C044AA394c39
Octal3453347404112127111471
Binary11100101110111001111000100100101010101110011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DC3C; }

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

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

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

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

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

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

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

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