#E1E03B

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

Shades of Starship #E1E03B

Tints of Starship #E1E03B

Color information

#E1E03B (or 0xE1E03B) is unknown color: approx Starship. HEX triplet: E1, E0 and 3B. RGB value is (225,224,59). Sum of RGB (Red+Green+Blue) = 225+224+59=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 59 (23.44% from 255 or 11.61% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E03B is #1E1FC4. Grayscale: #CECECE. Windows color (decimal): -1974213 or 3924193. OLE color: 3924193.

HSL color Cylindrical-coordinate representation of color #E1E03B: hue angle of 59.64º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E1E03B is Cyan = 0, Magento = 0.00, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB22522459-
CMYK00.000.740.12
HSL59.64º73.45%55.69%-
HSV(B)59.64º73.78%88.24%-
XYZ58.569.6314.5-
YUV205.4945.33141.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.29%
GREEN value IS 224 (87.89% from 255) = 44.09%
BLUE value IS 59 (23.44% from 255) = 11.61%
R=44.29%
G=44.09%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252245900.000.740.1259.6473.4555.69
HexE1E03B004AC3c4938
Octal3413407300112147411170
Binary111000011110000011101100100101011001111001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E03B; }

 p { color: rgb(225,224,59); }

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

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

 a { background-color: rgb(225,224,59); }

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

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

 span { border-color: rgb(225,224,59); }

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