#EBF13F

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

Shades of Starship #EBF13F

Tints of Starship #EBF13F

Color information

#EBF13F (or 0xEBF13F) is unknown color: approx Starship. HEX triplet: EB, F1 and 3F. RGB value is (235,241,63). Sum of RGB (Red+Green+Blue) = 235+241+63=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 63 (25% from 255 or 11.69% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF13F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF13F is #140EC0. Grayscale: #DBDBDB. Windows color (decimal): -1314497 or 4190699. OLE color: 4190699.

HSL color Cylindrical-coordinate representation of color #EBF13F: hue angle of 62.02º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBF13F is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB23524163-
CMYK0.0200.740.05
HSL62.02º86.41%59.61%-
HSV(B)62.02º73.86%94.51%-
XYZ66.6180.9316.81-
YUV218.9140.01139.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.60%
GREEN value IS 241 (94.53% from 255) = 44.71%
BLUE value IS 63 (25% from 255) = 11.69%
R=43.60%
G=44.71%
B=11.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal235241630.0200.740.0562.0286.4159.61
HexEBF13F204A53e563c
Octal353361772011257612674
Binary111010111111000111111110010010101011111101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF13F; }

 p { color: rgb(235,241,63); }

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

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

 a { background-color: rgb(235,241,63); }

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

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

 span { border-color: rgb(235,241,63); }

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