#E3ED45

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

Shades of Starship #E3ED45

Tints of Starship #E3ED45

Color information

#E3ED45 (or 0xE3ED45) is unknown color: approx Starship. HEX triplet: E3, ED and 45. RGB value is (227,237,69). Sum of RGB (Red+Green+Blue) = 227+237+69=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 69 (27.34% from 255 or 12.95% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #E3ED45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E3ED45 is #1C12BA. Grayscale: #D7D7D7. Windows color (decimal): -1839803 or 4582883. OLE color: 4582883.

HSL color Cylindrical-coordinate representation of color #E3ED45: hue angle of 63.57º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E3ED45 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB22723769-
CMYK0.0400.710.07
HSL63.57º82.35%60%-
HSV(B)63.57º70.89%92.94%-
XYZ63.0477.3317.23-
YUV214.8645.69136.66-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.59%
GREEN value IS 237 (92.97% from 255) = 44.47%
BLUE value IS 69 (27.34% from 255) = 12.95%
R=42.59%
G=44.47%
B=12.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal227237690.0400.710.0763.5782.3560
HexE3ED454047740523c
Octal34335510540107710012274
Binary111000111110110110001011000100011111110000001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3ED45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3ED45; }

 p { color: rgb(227,237,69); }

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

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

 a { background-color: rgb(227,237,69); }

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

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

 span { border-color: rgb(227,237,69); }

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