#E1DF31

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

Shades of Starship #E1DF31

Tints of Starship #E1DF31

Color information

#E1DF31 (or 0xE1DF31) is unknown color: approx Starship. HEX triplet: E1, DF and 31. RGB value is (225,223,49). Sum of RGB (Red+Green+Blue) = 225+223+49=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DF31 is #1E20CE. Grayscale: #CCCCCC. Windows color (decimal): -1974479 or 3268577. OLE color: 3268577.

HSL color Cylindrical-coordinate representation of color #E1DF31: hue angle of 59.32º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1DF31 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB22522349-
CMYK00.010.780.12
HSL59.32º74.58%53.73%-
HSV(B)59.32º78.22%88.24%-
XYZ57.996913.17-
YUV203.7640.66143.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.27%
GREEN value IS 223 (87.5% from 255) = 44.87%
BLUE value IS 49 (19.53% from 255) = 9.86%
R=45.27%
G=44.87%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252234900.010.780.1259.3274.5853.73
HexE1DF31014EC3b4b36
Octal3413376101116147311366
Binary111000011101111111000101100111011001110111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DF31; }

 p { color: rgb(225,223,49); }

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

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

 a { background-color: rgb(225,223,49); }

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

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

 span { border-color: rgb(225,223,49); }

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