#E0EF3B

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

Shades of Starship #E0EF3B

Tints of Starship #E0EF3B

Color information

#E0EF3B (or 0xE0EF3B) is unknown color: approx Starship. HEX triplet: E0, EF and 3B. RGB value is (224,239,59). Sum of RGB (Red+Green+Blue) = 224+239+59=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 59 (23.44% from 255 or 11.30% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EF3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0EF3B is #1F10C4. Grayscale: #D6D6D6. Windows color (decimal): -2035909 or 3928032. OLE color: 3928032.

HSL color Cylindrical-coordinate representation of color #E0EF3B: hue angle of 65º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0EF3B is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB22423959-
CMYK0.0600.750.06
HSL65º84.91%58.43%-
HSV(B)65º75.31%93.73%-
XYZ62.477.915.88-
YUV213.9940.53135.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.91%
GREEN value IS 239 (93.75% from 255) = 45.79%
BLUE value IS 59 (23.44% from 255) = 11.30%
R=42.91%
G=45.79%
B=11.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal224239590.0600.750.066584.9158.43
HexE0EF3B604B641553a
Octal3403577360113610112572
Binary11100000111011111110111100100101111010000011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EF3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EF3B; }

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

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

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

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

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

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

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

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