#E3ED3D

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

Shades of Starship #E3ED3D

Tints of Starship #E3ED3D

Color information

#E3ED3D (or 0xE3ED3D) is unknown color: approx Starship. HEX triplet: E3, ED and 3D. RGB value is (227,237,61). Sum of RGB (Red+Green+Blue) = 227+237+61=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 61 (24.22% from 255 or 11.62% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #E3ED3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E3ED3D is #1C12C2. Grayscale: #D6D6D6. Windows color (decimal): -1839811 or 4058595. OLE color: 4058595.

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

Color convert

RGB22723761-
CMYK0.0400.740.07
HSL63.41º83.02%58.43%-
HSV(B)63.41º74.26%92.94%-
XYZ62.8177.2416.01-
YUV213.9541.69137.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.24%
GREEN value IS 237 (92.97% from 255) = 45.14%
BLUE value IS 61 (24.22% from 255) = 11.62%
R=43.24%
G=45.14%
B=11.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal227237610.0400.740.0763.4183.0258.43
HexE3ED3D404A73f533a
Octal343355754011277712372
Binary1110001111101101111101100010010101111111111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3ED3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3ED3D; }

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

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

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

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

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

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

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

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