#E2ED3D

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

Shades of Starship #E2ED3D

Tints of Starship #E2ED3D

Color information

#E2ED3D (or 0xE2ED3D) is unknown color: approx Starship. HEX triplet: E2, ED and 3D. RGB value is (226,237,61). Sum of RGB (Red+Green+Blue) = 226+237+61=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 61 (24.22% from 255 or 11.64% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #E2ED3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2ED3D is #1D12C2. Grayscale: #D6D6D6. Windows color (decimal): -1905347 or 4058594. OLE color: 4058594.

HSL color Cylindrical-coordinate representation of color #E2ED3D: hue angle of 63.75º 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 #E2ED3D is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB22623761-
CMYK0.0500.740.07
HSL63.75º83.02%58.43%-
HSV(B)63.75º74.26%92.94%-
XYZ62.4977.0716-
YUV213.6541.86136.81-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.13%
GREEN value IS 237 (92.97% from 255) = 45.23%
BLUE value IS 61 (24.22% from 255) = 11.64%
R=43.13%
G=45.23%
B=11.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal226237610.0500.740.0763.7583.0258.43
HexE2ED3D504A740533a
Octal3423557550112710012372
Binary11100010111011011111011010100101011110000001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ED3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ED3D; }

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

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

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

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

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

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

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

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