#EBF939

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

Shades of Starship #EBF939

Tints of Starship #EBF939

Color information

#EBF939 (or 0xEBF939) is unknown color: approx Starship. HEX triplet: EB, F9 and 39. RGB value is (235,249,57). Sum of RGB (Red+Green+Blue) = 235+249+57=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 57 (22.66% from 255 or 10.54% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF939 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF939 is #1406C6. Grayscale: #DFDFDF. Windows color (decimal): -1312455 or 3799531. OLE color: 3799531.

HSL color Cylindrical-coordinate representation of color #EBF939: hue angle of 64.38º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EBF939 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB23524957-
CMYK0.0600.770.02
HSL64.38º94.12%60%-
HSV(B)64.38º77.11%97.65%-
XYZ68.8885.7116.78-
YUV222.9334.36136.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.44%
GREEN value IS 249 (97.66% from 255) = 46.03%
BLUE value IS 57 (22.66% from 255) = 10.54%
R=43.44%
G=46.03%
B=10.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal235249570.0600.770.0264.3894.1260
HexEBF939604D2405e3c
Octal3533717160115210013674
Binary1110101111111001111001110010011011010000001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF939; }

 p { color: rgb(235,249,57); }

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

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

 a { background-color: rgb(235,249,57); }

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

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

 span { border-color: rgb(235,249,57); }

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