#E2D131

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

Shades of Starship #E2D131

Tints of Starship #E2D131

Color information

#E2D131 (or 0xE2D131) is unknown color: approx Starship. HEX triplet: E2, D1 and 31. RGB value is (226,209,49). Sum of RGB (Red+Green+Blue) = 226+209+49=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 49 (19.53% from 255 or 10.12% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D131 is #1D2ECE. Grayscale: #C4C4C4. Windows color (decimal): -1912527 or 3264994. OLE color: 3264994.

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

Color convert

RGB22620949-
CMYK00.080.780.11
HSL54.24º75.32%53.92%-
HSV(B)54.24º78.32%88.63%-
XYZ54.7261.9911.99-
YUV195.8445.13149.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.69%
GREEN value IS 209 (82.03% from 255) = 43.18%
BLUE value IS 49 (19.53% from 255) = 10.12%
R=46.69%
G=43.18%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262094900.080.780.1154.2475.3253.92
HexE2D131084EB364b36
Octal34232161010116136611366
Binary111000101101000111000101000100111010111101101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D131; }

 p { color: rgb(226,209,49); }

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

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

 a { background-color: rgb(226,209,49); }

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

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

 span { border-color: rgb(226,209,49); }

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