#E5DE3F

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

Shades of Starship #E5DE3F

Tints of Starship #E5DE3F

Color information

#E5DE3F (or 0xE5DE3F) is unknown color: approx Starship. HEX triplet: E5, DE and 3F. RGB value is (229,222,63). Sum of RGB (Red+Green+Blue) = 229+222+63=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 63 (25% from 255 or 12.26% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DE3F is #1A21C0. Grayscale: #CECECE. Windows color (decimal): -1712577 or 4185829. OLE color: 4185829.

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

Color convert

RGB22922263-
CMYK00.030.720.10
HSL57.47º76.15%57.25%-
HSV(B)57.47º72.49%89.8%-
XYZ59.3369.2614.94-
YUV205.9747.32144.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.55%
GREEN value IS 222 (87.11% from 255) = 43.19%
BLUE value IS 63 (25% from 255) = 12.26%
R=44.55%
G=43.19%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292226300.030.720.1057.4776.1557.25
HexE5DE3F0348A394c39
Octal3453367703110127111471
Binary1110010111011110111111011100100010101110011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DE3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DE3F; }

 p { color: rgb(229,222,63); }

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

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

 a { background-color: rgb(229,222,63); }

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

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

 span { border-color: rgb(229,222,63); }

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